Skip to content

Commit 1dece15

Browse files
pre-commit hooks automatic update
updates: - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.0.1](PyCQA/autoflake@v1.4...v2.0.1)
1 parent fef92ae commit 1dece15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# See https://pre-commit.com/#plugins
22
repos:
33
- repo: https://github.com/pycqa/isort
4-
rev: 5.10.1
4+
rev: 5.12.0
55
hooks:
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: v2.0.1
1111
hooks:
1212
- id: autoflake
1313
args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]

0 commit comments

Comments
 (0)