We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0200b4 commit bba8fb4Copy full SHA for bba8fb4
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
4
python: python2.7
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v2.5.0
+ rev: v4.4.0
8
hooks:
9
- id: check-docstring-first
10
- id: check-yaml
@@ -17,18 +17,18 @@ repos:
17
- id: requirements-txt-fixer
18
- id: double-quote-string-fixer
19
- repo: https://github.com/asottile/reorder_python_imports
20
- rev: v1.9.0
+ rev: v3.9.0
21
22
- id: reorder-python-imports
23
- repo: https://github.com/pre-commit/mirrors-autopep8
24
- rev: v1.5.7
+ rev: v2.0.2
25
26
- id: autopep8
27
- repo: https://github.com/asottile/yesqa
28
- rev: v0.0.11
+ rev: v1.4.0
29
30
- id: yesqa
31
- repo: https://github.com/PyCQA/flake8
32
- rev: 3.9.2
+ rev: 6.0.0
33
34
- id: flake8
0 commit comments