Skip to content

Commit c7702be

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent 4db6361 commit c7702be

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black-pre-commit-mirror
7-
rev: 25.12.0
7+
rev: 26.1.0
88
hooks:
99
- id: black
1010

@@ -15,7 +15,7 @@ repos:
1515
args: [--py39-plus]
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 7.0.0
18+
rev: 8.0.1
1919
hooks:
2020
- id: isort
2121
additional_dependencies: [toml]

0 commit comments

Comments
 (0)