Skip to content

Commit bd3def8

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0)
1 parent 2220270 commit bd3def8

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
@@ -10,7 +10,7 @@ default_language_version:
1010
python: python3
1111
repos:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.7
13+
rev: v0.14.10
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
@@ -26,7 +26,7 @@ repos:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/psf/black-pre-commit-mirror
29-
rev: 25.11.0
29+
rev: 25.12.0
3030
hooks:
3131
- id: black
3232
exclude: ^.deprecated/

0 commit comments

Comments
 (0)