We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcf3f47 + 9cf7b8a commit 8156d6fCopy full SHA for 8156d6f
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py36-plus]
15
- repo: https://github.com/psf/black
16
- rev: 22.12.0
+ rev: 23.1.0
17
hooks:
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
@@ -22,12 +22,12 @@ repos:
22
- id: pyupgrade
23
args: [--py36-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v0.991
+ rev: v1.1.1
26
27
- id: mypy
28
exclude: ^(docs/|tests/)
29
- repo: https://github.com/jorisroovers/gitlint
30
- rev: v0.18.0
+ rev: v0.19.1
31
32
- id: gitlint
33
- repo: https://github.com/asottile/setup-cfg-fmt
0 commit comments