Skip to content

Commit 430d707

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent 358888c commit 430d707

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
@@ -22,8 +22,8 @@ repos:
2222
exclude: check-tmp
2323

2424
# Autoformat: Python code
25-
- repo: https://github.com/psf/black
26-
rev: 25.1.0
25+
- repo: https://github.com/psf/black-pre-commit-mirror
26+
rev: 25.9.0
2727
hooks:
2828
- id: black
2929
args:
@@ -35,7 +35,7 @@ repos:
3535

3636
# Autoformat: Python code
3737
- repo: https://github.com/pycqa/isort
38-
rev: 6.0.1
38+
rev: 6.1.0
3939
hooks:
4040
- id: isort
4141
args:

0 commit comments

Comments
 (0)