Skip to content

Commit 4bb3034

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

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
@@ -10,7 +10,7 @@ repos:
1010
- id: check-vcs-permalinks
1111
- id: end-of-file-fixer
1212
- id: mixed-line-ending
13-
- repo: https://github.com/psf/black
13+
- repo: https://github.com/psf/black-pre-commit-mirror
1414
rev: 25.9.0
1515
hooks:
1616
- id: black
@@ -28,7 +28,7 @@ repos:
2828
- id: md-toc
2929
args: ["github", "-u", "*"]
3030
- repo: https://github.com/pycqa/isort
31-
rev: 6.0.1
31+
rev: 7.0.0
3232
hooks:
3333
- id: isort
3434

0 commit comments

Comments
 (0)