Skip to content

Commit 50e92b4

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.12.8 → v0.13.2](astral-sh/ruff-pre-commit@v0.12.8...v0.13.2)
1 parent e43285c commit 50e92b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-added-large-files
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/astral-sh/ruff-pre-commit
15-
rev: 'v0.12.8'
15+
rev: 'v0.13.2'
1616
hooks:
1717
- id: ruff
1818
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)