8000
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.
1 parent 45a36ba commit d02a551Copy full SHA for d02a551
.pre-commit-config.yaml
@@ -10,13 +10,13 @@ repos:
10
- id: check-ast
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v2.27.0
+ rev: v2.29.1
14
hooks:
15
- id: pyupgrade
16
args: ['--py37-plus']
17
18
- repo: https://github.com/python/black
19
- rev: 21.9b0
+ rev: 21.12b0
20
21
- id: black
22
@@ -33,7 +33,7 @@ repos:
33
additional_dependencies: [toml]
34
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v0.910
+ rev: v0.920
37
38
- id: mypy
39
additional_dependencies: [types-click]
0 commit comments