Skip to content

Commit 72bc9d5

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 b161385 commit 72bc9d5

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
@@ -28,8 +28,8 @@ repos:
2828
- --py38-plus
2929

3030
# Autoformat: Python code
31-
- repo: https://github.com/psf/black
32-
rev: 25.1.0
31+
- repo: https://github.com/psf/black-pre-commit-mirror
32+
rev: 25.9.0
3333
hooks:
3434
- id: black
3535
args:
@@ -41,7 +41,7 @@ repos:
4141

4242
# Autoformat: Python code
4343
- repo: https://github.com/pycqa/isort
44-
rev: 6.0.1
44+
rev: 6.1.0
4545
hooks:
4646
- id: isort
4747
args:

0 commit comments

Comments
 (0)