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.1
27
+ rev : v0.12.2
28
28
hooks :
29
29
- id : ruff-check
30
30
types : [file]
38
38
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
39
39
- tomli
40
40
- repo : https://github.com/adhtruong/mirrors-typos
41
- rev : v1.33.1
41
+ rev : v1.34.0
42
42
hooks :
43
43
- id : typos
44
44
- repo : https://github.com/sphinx-contrib/sphinx-lint
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.7.17
76
+ rev : 0.7.19
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.4
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.1
141
+ ruff==0.12.2
142
142
# via -r test-requirements.in
143
143
sniffio==1.3.1
144
144
# via -r test-requirements.in
@@ -199,7 +199,7 @@ typing-extensions==4.14.0
199
199
# pyright
200
200
urllib3==2.5.0
201
201
# via requests
202
- uv==0.7.17
202
+ uv==0.7.19
203
203
# via -r test-requirements.in
204
204
virtualenv==20.31.2
205
205
# via pre-commit
You can’t perform that action at this time.
0 commit comments