We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c80c3 commit c6bcd20Copy full SHA for c6bcd20
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/PyCQA/autoflake
3
- rev: v1.7.7
+ rev: v2.0.0
4
hooks:
5
- id: autoflake
6
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
@@ -15,14 +15,14 @@ repos:
15
- id: blacken-docs
16
additional_dependencies: [black==20.8b1]
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.3.0
+ rev: v4.4.0
19
20
- id: trailing-whitespace
21
- id: end-of-file-fixer
22
- id: check-yaml
23
- id: debug-statements
24
- repo: https://github.com/PyCQA/flake8
25
- rev: 5.0.4
+ rev: 6.0.0
26
27
- id: flake8
28
- repo: https://github.com/asottile/pyupgrade
0 commit comments