Skip to content

Commit 01c6aa9

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 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent dd3b104 commit 01c6aa9

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
@@ -6,13 +6,13 @@ ci:
66
autoupdate_schedule: weekly
77

88
repos:
9-
- repo: https://github.com/psf/black
9+
- repo: https://github.com/psf/black-pre-commit-mirror
1010
rev: 25.9.0
1111
hooks:
1212
- id: black
1313
language_version: python3
1414
- repo: https://github.com/PyCQA/isort
15-
rev: '6.0.1'
15+
rev: '6.1.0'
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)