Skip to content

Commit 94f73e7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0)
1 parent 1c07602 commit 94f73e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v2.1.1
3+
rev: v2.2.0
44
hooks:
55
- id: autoflake
66
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']

0 commit comments

Comments
 (0)