Skip to content

Commit 0b66403

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.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent f3cfe2f commit 0b66403

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
@@ -10,12 +10,12 @@ repos:
1010
hooks:
1111
- id: docformatter
1212
args: ["--in-place", "--wrap-summaries=100", "--wrap-descriptions=100", "--config=./pyproject.toml"]
13-
- repo: https://github.com/psf/black
14-
rev: 25.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.12.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort
18-
rev: 6.0.1
18+
rev: 7.0.0
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/csachs/pyproject-flake8

0 commit comments

Comments
 (0)