File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
hooks :
25
25
- id : black
26
26
- repo : https://github.com/astral-sh/ruff-pre-commit
27
- rev : v0.11.8
27
+ rev : v0.11.9
28
28
hooks :
29
29
- id : ruff
30
30
types : [file]
46
46
hooks :
47
47
- id : sphinx-lint
48
48
- repo : https://github.com/woodruffw/zizmor-pre-commit
49
- rev : v1.6 .0
49
+ rev : v1.7 .0
50
50
hooks :
51
51
- id : zizmor
52
52
- repo : local
66
66
additional_dependencies : ["pyyaml"]
67
67
files : ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
68
68
- repo : https://github.com/astral-sh/uv-pre-commit
69
- rev : 0.7.2
69
+ rev : 0.7.3
70
70
hooks :
71
71
# Compile requirements
72
72
- id : pip-compile
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ requests==2.32.3
132
132
# via sphinx
133
133
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
134
134
# via sphinx
135
- ruff==0.11.8
135
+ ruff==0.11.9
136
136
# via -r test-requirements.in
137
137
setuptools==80.1.0
138
138
# via types-setuptools
@@ -194,7 +194,7 @@ typing-extensions==4.13.2
194
194
# pyright
195
195
urllib3==2.4.0
196
196
# via requests
197
- uv==0.7.2
197
+ uv==0.7.3
198
198
# via -r test-requirements.in
199
199
virtualenv==20.30.0
200
200
# via pre-commit
You can’t perform that action at this time.
0 commit comments