Skip to content

Commit 0cde7a6

Browse files
committed
Bump pre-commit hooks
1 parent 24a9e83 commit 0cde7a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: end-of-file-fixer
3333

3434
- repo: https://github.com/domdfcoding/pre-commit-hooks
35-
rev: v0.5.0
35+
rev: v0.6.0
3636
hooks:
3737
- id: requirements-txt-sorter
3838
args:
@@ -79,12 +79,15 @@ repos:
7979
- id: snippet-fmt
8080

8181
- repo: https://github.com/python-formate/formate
82-
rev: v1.1.2
82+
rev: v1.2.0
8383
hooks:
8484
- id: formate
8585
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8686
additional_dependencies:
8787
- formate-trailing-commas>=0.1.1
88+
types_or:
89+
- python
90+
- pyi
8891

8992
- repo: https://github.com/python-coincidence/dep_checker
9093
rev: v0.9.0

0 commit comments

Comments
 (0)