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 8aec369 commit 74bbc72Copy full SHA for 74bbc72
1 file changed
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ repos:
12
- id: requirements-txt-fixer
13
- id: double-quote-string-fixer
14
- repo: https://gitlab.com/pycqa/flake8
15
- rev: 3.8.4
+ rev: 3.9.0
16
hooks:
17
- id: flake8
18
additional_dependencies: [flake8-typing-imports==1.10.0]
19
- repo: https://github.com/pre-commit/mirrors-autopep8
20
- rev: v1.5.4
+ rev: v1.5.5
21
22
- id: autopep8
23
- repo: https://github.com/pre-commit/pre-commit
@@ -40,7 +40,7 @@ repos:
40
- id: add-trailing-comma
41
args: [--py36-plus]
42
- repo: https://github.com/asottile/setup-cfg-fmt
43
- rev: v1.16.0
+ rev: v1.17.0
44
45
- id: setup-cfg-fmt
46
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments