Skip to content

Commit 3189661

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.6...v0.14.9)
1 parent a85c11a commit 3189661

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
@@ -32,13 +32,13 @@ repos:
3232

3333
# Python formatting
3434
- repo: https://github.com/psf/black-pre-commit-mirror
35-
rev: 25.11.0
35+
rev: 25.12.0
3636
hooks:
3737
- id: black
3838

3939
# Ruff linter, replacement for flake8, pydocstyle, isort
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: 'v0.14.6'
41+
rev: 'v0.14.9'
4242
hooks:
4343
- id: ruff
4444
args: [--fix, --show-fixes]

0 commit comments

Comments
 (0)