Skip to content

Commit 1105cf3

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.3.1](PyCQA/autoflake@v1.7.6...v2.3.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.10.0 → 25.12.0](psf/black-pre-commit-mirror@22.10.0...25.12.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.10.1 → 7.0.0](PyCQA/isort@v5.10.1...7.0.0) - [github.com/asottile/setup-cfg-fmt: v2.1.0 → v3.2.0](asottile/setup-cfg-fmt@v2.1.0...v3.2.0)
1 parent b9193ba commit 1105cf3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.3.1
66
hooks:
77
- id: autoflake
88
args:
@@ -11,16 +11,16 @@ repos:
1111
- --remove-all-unused-imports
1212
- --expand-star-imports
1313
- --ignore-init-module-imports
14-
- repo: https://github.com/psf/black
15-
rev: 22.10.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 25.12.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: 7.0.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: v3.2.0
2525
hooks:
2626
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)