We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d20042 commit 835c406Copy full SHA for 835c406
2 files changed
.github/workflows/automerge.yml
.pre-commit-config.yaml
@@ -25,16 +25,16 @@ repos:
25
- id: python-no-log-warn
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.14.5
+ rev: v0.14.9
29
hooks:
30
- id: ruff-format
31
- id: ruff-check
32
- repo: https://github.com/astral-sh/uv-pre-commit
33
- rev: 0.9.9
+ rev: 0.9.17
34
35
- id: uv-lock
36
- repo: https://github.com/executablebooks/mdformat
37
- rev: 0.7.22
+ rev: 1.0.0
38
39
- id: mdformat
40
additional_dependencies: [
@@ -44,7 +44,7 @@ repos:
44
]
45
files: (README\.md)
46
47
48
49
50
0 commit comments