Skip to content

Commit

Permalink
pre-commit hooks automatic update
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/isort: 5.10.1 → 5.13.0](PyCQA/isort@5.10.1...5.13.0)
- https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.4 → v2.2.1](PyCQA/autoflake@v1.4...v2.2.1)
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2023
1 parent fef92ae commit 771bc2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# See https://pre-commit.com/#plugins
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.0
hooks:
- 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: v2.2.1
hooks:
- id: autoflake
args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]
Expand Down

0 comments on commit 771bc2f

Please sign in to comment.