Skip to content

Commit a3dd670

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.1...v0.13.3)
1 parent 35834ea commit a3dd670

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
@@ -7,12 +7,12 @@ repos:
77
- id: check-yaml
88
- id: check-added-large-files
99
args: ["--maxkb=4000"]
10-
- repo: https://github.com/psf/black
10+
- repo: https://github.com/psf/black-pre-commit-mirror
1111
rev: 25.9.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/isort
15-
rev: 6.0.1
15+
rev: 6.1.0
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.13.1
36+
rev: v0.13.3
3737
hooks:
3838
- id: ruff
3939
args: [ "--fix", "--config", "ruff.toml" ]

0 commit comments

Comments
 (0)