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 78223d9 commit 254c22eCopy full SHA for 254c22e
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- id: end-of-file-fixer
28
29
- repo: https://github.com/domdfcoding/pre-commit-hooks
30
- rev: v0.2.0
+ rev: v0.2.1
31
hooks:
32
- id: requirements-txt-sorter
33
args:
@@ -43,7 +43,7 @@ repos:
43
files: ^repo_helper/.*\.py$
44
45
- repo: https://github.com/domdfcoding/flake2lint
46
- rev: v0.3.0
+ rev: v0.4.0
47
48
- id: flake2lint
49
@@ -75,7 +75,7 @@ repos:
75
exclude: ^(repo_helper/templates/.*|doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$
76
77
- repo: https://github.com/domdfcoding/dep_checker
78
- rev: v0.4.1
+ rev: v0.5.0
79
80
- id: dep_checker
81
0 commit comments