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 2618198 commit 4dcbacbCopy full SHA for 4dcbacb
.pre-commit-config.yaml
@@ -13,12 +13,12 @@ repos:
13
- id: double-quote-string-fixer
14
- id: requirements-txt-fixer
15
- repo: https://gitlab.com/pycqa/flake8
16
- rev: 3.8.4
+ rev: 3.9.0
17
hooks:
18
- id: flake8
19
additional_dependencies: [flake8-typing-imports==1.7.0]
20
- repo: https://github.com/pre-commit/mirrors-autopep8
21
- rev: v1.5.4
+ rev: v1.5.5
22
23
- id: autopep8
24
- repo: https://github.com/asottile/reorder_python_imports
@@ -37,7 +37,7 @@ repos:
37
- id: add-trailing-comma
38
args: [--py36-plus]
39
- repo: https://github.com/asottile/setup-cfg-fmt
40
- rev: v1.16.0
+ rev: v1.17.0
41
42
- id: setup-cfg-fmt
43
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments