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 9db05d0 commit a26d612Copy full SHA for a26d612
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/PyCQA/autoflake
3
- rev: v1.7.7
+ rev: v2.0.0
4
hooks:
5
- id: autoflake
6
name: autoflake
7
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
8
language: python
9
files: \.py$
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.3.0
+ rev: v4.4.0
12
13
- id: trailing-whitespace
14
- id: end-of-file-fixer
@@ -31,7 +31,7 @@ repos:
31
additional_dependencies: [black==20.8b1]
32
language_version: python3
33
- repo: https://github.com/PyCQA/flake8
34
- rev: 5.0.4
+ rev: 6.0.0
35
36
- id: flake8
37
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments