File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
repos :
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v5 .0.0
11
+ rev : v6 .0.0
12
12
hooks :
13
13
- id : trailing-whitespace
14
14
- id : end-of-file-fixer
24
24
hooks :
25
25
- id : black
26
26
- repo : https://github.com/astral-sh/ruff-pre-commit
27
- rev : v0.12.7
27
+ rev : v0.12.8
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.34.0
41
+ rev : v1.35.3
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.8.4
76
+ rev : 0.8.8
77
77
hooks :
78
78
# Compile requirements
79
79
- id : pip-compile
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ requests==2.32.4
144
144
# via sphinx
145
145
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
146
146
# via sphinx
147
- ruff==0.12.7
147
+ ruff==0.12.8
148
148
# via -r test-requirements.in
149
149
sniffio==1.3.1
150
150
# via -r test-requirements.in
@@ -205,7 +205,7 @@ typing-extensions==4.14.1
205
205
# pyright
206
206
urllib3==2.5.0
207
207
# via requests
208
- uv==0.8.4
208
+ uv==0.8.8
209
209
# via -r test-requirements.in
210
210
virtualenv==20.32.0
211
211
# via pre-commit
You can’t perform that action at this time.
0 commit comments