Skip to content

Commit e53c591

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.7.6 → v2.0.2](PyCQA/autoflake@v1.7.6...v2.0.2) - [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.10.1 → 5.12.0](PyCQA/isort@v5.10.1...5.12.0) - [github.com/asottile/setup-cfg-fmt: v2.1.0 → v2.2.0](asottile/setup-cfg-fmt@v2.1.0...v2.2.0)
1 parent b9193ba commit e53c591

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
- repo: https://github.com/myint/autoflake
5-
rev: v1.7.6
4+
- repo: https://github.com/PyCQA/autoflake
5+
rev: v2.0.2
66
hooks:
77
- id: autoflake
88
args:
@@ -12,15 +12,15 @@ repos:
1212
- --expand-star-imports
1313
- --ignore-init-module-imports
1414
- repo: https://github.com/psf/black
15-
rev: 22.10.0
15+
rev: 23.3.0
1616
hooks:
1717
- id: black
18-
- repo: https://github.com/pre-commit/mirrors-isort
19-
rev: v5.10.1
18+
- repo: https://github.com/PyCQA/isort
19+
rev: 5.12.0
2020
hooks:
2121
- id: isort
2222
additional_dependencies: [toml]
2323
- repo: https://github.com/asottile/setup-cfg-fmt
24-
rev: v2.1.0
24+
rev: v2.2.0
2525
hooks:
2626
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)