Skip to content

Commit 5b12afd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.0.0](PyCQA/autoflake@v1.4...v2.0.0) - [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0) - [github.com/psf/black: 22.3.0 → 22.12.0](psf/black@22.3.0...22.12.0)
1 parent 83bd7d7 commit 5b12afd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
repos:
2-
- repo: https://github.com/myint/autoflake
3-
rev: v1.4
2+
- repo: https://github.com/PyCQA/autoflake
3+
rev: v2.0.0
44
hooks:
55
- id: autoflake
66
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.10.1
9+
rev: 5.11.4
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "--filter-files"]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.2.0
15+
rev: v4.4.0
1616
hooks:
1717
- id: trailing-whitespace
1818
exclude: ^docs/.*|.*.md
1919
- id: end-of-file-fixer
2020
exclude: ^docs/.*|.*.md
2121

2222
- repo: https://github.com/psf/black
23-
rev: 22.3.0
23+
rev: 22.12.0
2424
hooks:
2525
- id: black
2626
language_version: python3

0 commit comments

Comments
 (0)