We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c237a10 commit ea330cfCopy full SHA for ea330cf
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: end-of-file-fixer
26
27
- repo: https://github.com/domdfcoding/pre-commit-hooks
28
- rev: v0.2.0
+ rev: v0.2.1
29
hooks:
30
- id: requirements-txt-sorter
31
args:
@@ -41,7 +41,7 @@ repos:
41
files: ^flake8_sphinx_links/.*\.py$
42
43
- repo: https://github.com/domdfcoding/flake2lint
44
- rev: v0.3.0
+ rev: v0.4.0
45
46
- id: flake2lint
47
@@ -74,7 +74,7 @@ repos:
74
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$
75
76
- repo: https://github.com/domdfcoding/dep_checker
77
- rev: v0.4.1
+ rev: v0.5.0
78
79
- id: dep_checker
80
0 commit comments