Skip to content

Commit 3eeeac7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.11.0](psf/black-pre-commit-mirror@24.8.0...25.11.0)
1 parent 91e6a97 commit 3eeeac7

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,16 +1,16 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.13.2
3+
rev: 7.0.0
44
hooks:
55
- id: isort
6-
stages: [commit]
6+
stages: [pre-commit]
77
args: ["--profile", "black"]
88

99
- repo: https://github.com/PyCQA/autoflake
1010
rev: v2.3.1
1111
hooks:
1212
- id: autoflake
13-
stages: [commit]
13+
stages: [pre-commit]
1414
args:
1515
[
1616
"-ri",
@@ -20,8 +20,8 @@ repos:
2020
"--remove-unused-variables",
2121
]
2222

23-
- repo: https://github.com/psf/black
24-
rev: 24.8.0
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 25.11.0
2525
hooks:
2626
- id: black
27-
stages: [commit]
27+
stages: [pre-commit]

0 commit comments

Comments
 (0)