Skip to content

Commit a26d612

Browse files
[pre-commit.ci] pre-commit autoupdate (#467)
updates: - [github.com/PyCQA/autoflake: v1.7.7 → v2.0.0](PyCQA/autoflake@v1.7.7...v2.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9db05d0 commit a26d612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v1.7.7
3+
rev: v2.0.0
44
hooks:
55
- id: autoflake
66
name: autoflake
77
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
88
language: python
99
files: \.py$
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.3.0
11+
rev: v4.4.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
@@ -31,7 +31,7 @@ repos:
3131
additional_dependencies: [black==20.8b1]
3232
language_version: python3
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 5.0.4
34+
rev: 6.0.0
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)