Skip to content

Commit 48c49f0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1)
1 parent aa88ddc commit 48c49f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-added-large-files
99
args: ["--maxkb=4000"]
1010
- repo: https://github.com/psf/black
11-
rev: 25.1.0
11+
rev: 25.9.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/isort
@@ -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.0
36+
rev: v0.13.1
3737
hooks:
3838
- id: ruff
3939
args: [ "--fix", "--config", "ruff.toml" ]

0 commit comments

Comments
 (0)