Skip to content

Commit

Permalink
pre-commit hooks automatic update
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] committed Oct 17, 2022
1 parent fef92ae commit d834257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repos:
- id: isort
# 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
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.6
hooks:
- id: autoflake
args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]
Expand Down

0 comments on commit d834257

Please sign in to comment.