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.
2 parents a41fab3 + bb66e89 commit d3a2081Copy full SHA for d3a2081
.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.1.0
+ rev: 22.3.0
17
hooks:
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
@@ -22,7 +22,7 @@ repos:
22
- id: pyupgrade
23
args: [--py36-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v0.941
+ rev: v0.942
26
27
- id: mypy
28
exclude: ^(docs/|tests/)
@@ -31,7 +31,7 @@ repos:
31
32
- id: gitlint
33
- repo: https://github.com/asottile/setup-cfg-fmt
34
- rev: v1.20.0
+ rev: v1.20.1
35
36
- id: setup-cfg-fmt
37
args: [--min-py3-version, '3.6']
0 commit comments