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 5ccca9c commit 562b507Copy full SHA for 562b507
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: requirements-txt-fixer
16
- id: trailing-whitespace
17
- repo: https://github.com/pre-commit/mirrors-autopep8
18
- rev: v2.0.0
+ rev: v2.0.1
19
hooks:
20
- id: autopep8
21
- repo: https://github.com/pycqa/flake8
@@ -32,12 +32,12 @@ repos:
32
33
- id: remove-tabs
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.3.0
+ rev: v3.3.1
36
37
- id: pyupgrade
38
args: ['--py3-plus']
39
- repo: https://github.com/asottile/add-trailing-comma
40
- rev: v2.3.0
+ rev: v2.4.0
41
42
- id: add-trailing-comma
43
args: ['--py36-plus']
0 commit comments