Skip to content

Commit 40c310f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0)
1 parent 12e4745 commit 40c310f

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: "7.0.0"
9+
rev: "8.0.0"
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black"]
1313

14-
- repo: https://github.com/psf/black
15-
rev: 25.12.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 26.1.0
1616
hooks:
1717
- id: black
1818
args: [--target-version=py310]

0 commit comments

Comments
 (0)