Skip to content

Commit 6d8bda8

Browse files
committed
Bump pre-commit hooks
1 parent 72b7f98 commit 6d8bda8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/repo-helper/pyproject-parser
11-
rev: v0.9.1
11+
rev: v0.13.0
1212
hooks:
1313
- id: reformat-pyproject
1414

@@ -42,8 +42,8 @@ repos:
4242
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
4343
- id: bind-requirements
4444

45-
- repo: https://github.com/domdfcoding/flake8-dunder-all
46-
rev: v0.3.1
45+
- repo: https://github.com/python-formate/flake8-dunder-all
46+
rev: v0.4.1
4747
hooks:
4848
- id: ensure-dunder-all
4949
files: ^pprint36/.*\.py$
@@ -80,12 +80,12 @@ repos:
8080
- id: snippet-fmt
8181

8282
- repo: https://github.com/python-formate/formate
83-
rev: v0.7.0
83+
rev: v0.8.0
8484
hooks:
8585
- id: formate
8686
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8787

88-
- repo: https://github.com/domdfcoding/dep_checker
88+
- repo: https://github.com/python-coincidence/dep_checker
8989
rev: v0.8.0
9090
hooks:
9191
- id: dep_checker

0 commit comments

Comments
 (0)