We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2220270 + bd3def8 commit 9a2980bCopy full SHA for 9a2980b
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ default_language_version:
10
python: python3
11
repos:
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.14.7
+ rev: v0.14.10
14
hooks:
15
- id: ruff
16
args: [--fix]
@@ -26,7 +26,7 @@ repos:
26
- id: pyupgrade
27
args: [--py38-plus]
28
- repo: https://github.com/psf/black-pre-commit-mirror
29
- rev: 25.11.0
+ rev: 25.12.0
30
31
- id: black
32
exclude: ^.deprecated/
0 commit comments