Skip to content

Commit 5e87135

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 - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent 390d524 commit 5e87135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ 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
15-
rev: 25.9.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 25.11.0
1616
hooks:
1717
- id: black
1818
args: [--target-version=py38]

0 commit comments

Comments
 (0)