Skip to content

Commit 00ef32f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.11.0](astral-sh/ruff-pre-commit@v0.7.4...v0.11.0)
1 parent f750c8e commit 00ef32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- repo: https://github.com/psf/black
11-
rev: 24.10.0
11+
rev: 25.1.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
# Ruff version.
16-
rev: 'v0.7.4'
16+
rev: 'v0.11.0'
1717
hooks:
1818
- id: ruff
1919
args: [--fix]

0 commit comments

Comments
 (0)