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.12.12
27
+ rev : v0.13.0
28
28
hooks :
29
29
- id : ruff-check
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.12.1
49
+ rev : v1.13.0
50
50
hooks :
51
51
- id : zizmor
52
52
- repo : local
73
73
additional_dependencies : ["pyyaml"]
74
74
files : ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
75
75
- repo : https://github.com/astral-sh/uv-pre-commit
76
- rev : 0.8.15
76
+ rev : 0.8.17
77
77
hooks :
78
78
# Compile requirements
79
79
- id : pip-compile
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ requests==2.32.5
138
138
# via sphinx
139
139
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
140
140
# via sphinx
141
- ruff==0.12.12
141
+ ruff==0.13.0
142
142
# via -r test-requirements.in
143
143
sniffio==1.3.1
144
144
# via -r test-requirements.in
@@ -200,7 +200,7 @@ typing-extensions==4.15.0
200
200
# virtualenv
201
201
urllib3==2.5.0
202
202
# via requests
203
- uv==0.8.15
203
+ uv==0.8.17
204
204
# via -r test-requirements.in
205
205
virtualenv==20.34.0
206
206
# via pre-commit
You can’t perform that action at this time.
0 commit comments