Skip to content

Commit 4c50b45

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) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0)
1 parent 4846b57 commit 4c50b45

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
@@ -15,12 +15,12 @@ repos:
1515
- id: flynt
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 6.0.1
18+
rev: 7.0.0
1919
hooks:
2020
- id: isort
2121

2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: 25.9.0
23+
rev: 26.1.0
2424
hooks:
2525
- id: black
2626
language_version: python3

0 commit comments

Comments
 (0)