Skip to content

Commit b0614dd

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.12.0 → 26.5.1](psf/black-pre-commit-mirror@25.12.0...26.5.1) - [github.com/pycqa/isort: 7.0.0 → 9.0.0a3](PyCQA/isort@7.0.0...9.0.0a3)
1 parent 3b4f98c commit b0614dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repos:
77
args: ["--unsafe"] # because of tags in mkdocs.yml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
10-
- repo: https://github.com/psf/black
11-
rev: 25.12.0
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 26.5.1
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/isort
15-
rev: 7.0.0
15+
rev: 9.0.0a3
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)