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 5c26b31 commit 2f2e5b4Copy full SHA for 2f2e5b4
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ exclude: ^$
5
6
repos:
7
- repo: https://github.com/repo-helper/pyproject-parser
8
- rev: v0.6.1
+ rev: v0.7.0
9
hooks:
10
- id: reformat-pyproject
11
@@ -30,7 +30,7 @@ repos:
30
- id: end-of-file-fixer
31
32
- repo: https://github.com/domdfcoding/pre-commit-hooks
33
- rev: v0.3.0
+ rev: v0.4.0
34
35
- id: requirements-txt-sorter
36
args:
@@ -84,7 +84,7 @@ repos:
84
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
85
86
- repo: https://github.com/domdfcoding/dep_checker
87
- rev: v0.6.2
88
89
- id: dep_checker
90
0 commit comments