Skip to content

Commit 6f77221

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
1 parent 390d524 commit 6f77221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
- id: trailing-whitespace
77

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

14-
- repo: https://github.com/psf/black
14+
- repo: https://github.com/psf/black-pre-commit-mirror
1515
rev: 25.9.0
1616
hooks:
1717
- id: black

0 commit comments

Comments
 (0)