We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c41e94 commit 7d09fc6Copy full SHA for 7d09fc6
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
hooks:
25
- id: black
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.15.8
+ rev: v0.15.9
28
29
- id: ruff-check
30
types: [file]
@@ -38,7 +38,7 @@ repos:
38
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
39
- tomli
40
- repo: https://github.com/adhtruong/mirrors-typos
41
- rev: v1.44.0
+ rev: v1.45.0
42
43
- id: typos
44
- repo: https://github.com/sphinx-contrib/sphinx-lint
@@ -73,7 +73,7 @@ repos:
73
additional_dependencies: ["pyyaml"]
74
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
75
- repo: https://github.com/astral-sh/uv-pre-commit
76
- rev: 0.11.2
+ rev: 0.11.3
77
78
# Compile requirements
79
- id: pip-compile
0 commit comments