Skip to content

Commit d834257

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

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.7.6
1111
hooks:
1212
- id: autoflake
1313
args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]

0 commit comments

Comments
 (0)