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 82d146b + 76b7929 commit 56aa6afCopy full SHA for 56aa6af
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder_python_imports
17
- rev: v3.8.3
+ rev: v3.8.4
18
19
- id: reorder-python-imports
20
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -24,7 +24,7 @@ repos:
24
- id: add-trailing-comma
25
args: [--py36-plus]
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v2.38.2
+ rev: v3.1.0
28
29
- id: pyupgrade
30
args: [--py37-plus]
@@ -38,6 +38,6 @@ repos:
38
- id: flake8
39
exclude: ^identify/vendor/licenses\.py$
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v0.981
+ rev: v0.982
42
43
- id: mypy
0 commit comments