Skip to content

Commit

Permalink
pre-commit hooks automatic update
Browse files Browse the repository at this point in the history
updates:
- [github.com/myint/autoflake: v1.4 → v1.5.1](PyCQA/autoflake@v1.4...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] committed Aug 29, 2022
1 parent fef92ae commit 43be01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
# See https://pycqa.github.io/isort/docs/configuration/multi_line_output_modes.html
args: [--skip=soweego/cli.py, --multi-line=5, --line-length=88]
- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v1.5.1
hooks:
- id: autoflake
args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]
Expand Down

0 comments on commit 43be01a

Please sign in to comment.