We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27ca68f + 051d150 commit 2b16f99Copy full SHA for 2b16f99
1 file changed
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
files: requirements-dev.txt
17
18
- repo: https://github.com/psf/black-pre-commit-mirror
19
- rev: 25.11.0
+ rev: 25.12.0
20
hooks:
21
- id: black
22
language_version: python3
@@ -51,7 +51,7 @@ repos:
51
- id: add-trailing-comma
52
53
- repo: https://github.com/astral-sh/ruff-pre-commit
54
- rev: v0.14.7
+ rev: v0.14.10
55
56
- id: ruff
57
0 commit comments