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 b94f9d2 commit f68cb92Copy full SHA for f68cb92
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/setup-cfg-fmt
13
- rev: v1.20.2
+ rev: v2.0.0
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder_python_imports
@@ -24,7 +24,7 @@ repos:
24
- id: add-trailing-comma
25
args: [--py36-plus]
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v2.37.2
+ rev: v2.37.3
28
29
- id: pyupgrade
30
args: [--py37-plus]
@@ -33,7 +33,7 @@ repos:
33
34
- id: autopep8
35
- repo: https://github.com/PyCQA/flake8
36
- rev: 4.0.1
+ rev: 5.0.2
37
38
- id: flake8
39
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments