We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0678f9 + d1563e2 commit e88f779Copy full SHA for e88f779
1 file changed
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/asottile/reorder_python_imports
11
- rev: v3.8.1
+ rev: v3.8.2
12
hooks:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py36-plus]
@@ -17,12 +17,12 @@ repos:
17
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v2.37.1
+ rev: v2.37.2
21
22
- id: pyupgrade
23
args: [--py36-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v0.961
+ rev: v0.971
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.1
+ rev: v1.20.2
35
36
- id: setup-cfg-fmt
37
args: [--min-py3-version, '3.6']
0 commit comments