Skip to content

Commit 151e63d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.2...v0.14.8)
1 parent 5138437 commit 151e63d

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
@@ -17,11 +17,11 @@ repos:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer
1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 25.9.0
20+
rev: 25.12.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.2
24+
rev: v0.14.8
2525
hooks:
2626
- id: ruff
2727
args: ["--fix"]

0 commit comments

Comments
 (0)