File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/Yelp/detect-secrets
7
- rev : v1.4 .0
7
+ rev : v1.5 .0
8
8
hooks :
9
9
- id : detect-secrets
10
10
name : Detect secrets
11
11
- repo : https://github.com/fsfe/reuse-tool
12
- rev : v2.1.0
12
+ rev : v4.0.3
13
13
hooks :
14
14
- id : reuse
15
15
name : Ensure REUSE compatibility
16
16
- repo : https://github.com/pre-commit/pre-commit-hooks
17
- rev : v4.5 .0
17
+ rev : v5.0 .0
18
18
hooks :
19
19
- id : check-yaml
20
20
name : Check YAML
31
31
- id : trailing-whitespace
32
32
name : Trim trailing whitespace
33
33
- repo : https://github.com/astral-sh/ruff-pre-commit
34
- rev : v0.1.11
34
+ rev : v0.7.1
35
35
hooks :
36
36
- id : ruff-format
37
37
name : Format via ruff
Original file line number Diff line number Diff line change 34
34
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
35
35
36
36
html_theme = "sphinx_rtd_theme"
37
- html_theme_path = [sphinx_rtd_theme .get_html_theme_path (), "_static" ]
38
37
html_static_path = ["_static" ]
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
5
- pre-commit ~= 3.6
6
- sphinx ~= 7.2
7
- sphinx-rtd-theme ~= 2 .0
5
+ pre-commit ~= 4.0
6
+ sphinx ~= 8.1
7
+ sphinx-rtd-theme ~= 3 .0
You can’t perform that action at this time.
0 commit comments