Skip to content

Commit 9ebe029

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.5.1](psf/black-pre-commit-mirror@25.11.0...26.5.1) - [github.com/pycqa/isort: 7.0.0 → 9.0.0a3](PyCQA/isort@7.0.0...9.0.0a3) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.15.18](astral-sh/ruff-pre-commit@v0.14.5...v0.15.18)
1 parent 5295de9 commit 9ebe029

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
@@ -8,11 +8,11 @@ repos:
88
- id: check-added-large-files
99
args: ["--maxkb=4000"]
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 25.11.0
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"]
@@ -33,7 +33,7 @@ repos:
3333
# additional_dependencies: [cpplint==1.6.1]
3434
# types_or: [c++]
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.14.5
36+
rev: v0.15.18
3737
hooks:
3838
- id: ruff
3939
args: [ "--fix", "--config", "ruff.toml" ]

0 commit comments

Comments
 (0)