Skip to content

Commit

Permalink
Used HTTPS instead of git protocol in pre-commit configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Mar 28, 2022
1 parent 5e8cc39 commit dbe35ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -53,7 +53,7 @@ repos:
- id: flake8
exclude: "^docs/"

- repo: git://github.com/Lucas-C/pre-commit-hooks-markup
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
rev: v1.0.1
hooks:
- id: rst-linter
Expand Down

0 comments on commit dbe35ec

Please sign in to comment.