Skip to content

Commit 2e75571

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.0.0 → v2.2.1](PyCQA/autoflake@v2.0.0...v2.2.1) - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) - [github.com/psf/black: 22.12.0 → 23.7.0](psf/black@22.12.0...23.7.0)
1 parent 1c73d8e commit 2e75571

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v2.0.0
3+
rev: v2.2.1
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.11.4
9+
rev: 5.12.0
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "--filter-files"]
@@ -20,7 +20,7 @@ repos:
2020
exclude: ^docs/.*|.*.md
2121

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

0 commit comments

Comments
 (0)