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 85cdad0 commit aa0ae26Copy full SHA for aa0ae26
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/repo-helper/pyproject-parser
11
- rev: v0.11.0
+ rev: v0.11.1
12
hooks:
13
- id: reformat-pyproject
14
@@ -42,7 +42,7 @@ repos:
42
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
43
- id: bind-requirements
44
45
- - repo: https://github.com/domdfcoding/flake8-dunder-all
+ - repo: https://github.com/python-formate/flake8-dunder-all
46
rev: v0.4.1
47
48
- id: ensure-dunder-all
@@ -86,7 +86,7 @@ repos:
86
- id: formate
87
exclude: ^(repo_helper/templates/.*|doc-source/conf|__pkginfo__|setup)\.(_)?py$
88
89
- - repo: https://github.com/domdfcoding/dep_checker
+ - repo: https://github.com/python-coincidence/dep_checker
90
rev: v0.8.0
91
92
- id: dep_checker
0 commit comments