Skip to content

Commit 436d461

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
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]
99
- repo: https://github.com/myint/autoflake
10-
rev: v1.4
10+
rev: v1.5.3
1111
hooks:
1212
- id: autoflake
1313
args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]

0 commit comments

Comments
 (0)