Skip to content

Commit 82c25c8

Browse files
pre-commit hooks automatic update
updates: - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v1.6.1](PyCQA/autoflake@v1.4...v1.6.1)
1 parent fef92ae commit 82c25c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ repos:
66
- id: isort
77
# See https://pycqa.github.io/isort/docs/configuration/multi_line_output_modes.html
88
args: [--skip=soweego/cli.py, --multi-line=5, --line-length=88]
9-
- repo: https://github.com/myint/autoflake
10-
rev: v1.4
9+
- repo: https://github.com/PyCQA/autoflake
10+
rev: v1.6.1
1111
hooks:
1212
- id: autoflake
1313
args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]

0 commit comments

Comments
 (0)