File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 44
55repos :
66 - repo : https://github.com/Yelp/detect-secrets
7- rev : v1.4 .0
7+ rev : v1.5 .0
88 hooks :
99 - id : detect-secrets
1010 name : Detect secrets
1111 - repo : https://github.com/fsfe/reuse-tool
12- rev : v2.1.0
12+ rev : v4.0.3
1313 hooks :
1414 - id : reuse
1515 name : Ensure REUSE compatibility
1616 - repo : https://github.com/pre-commit/pre-commit-hooks
17- rev : v4.5 .0
17+ rev : v5.0 .0
1818 hooks :
1919 - id : check-yaml
2020 name : Check YAML
2929 - id : trailing-whitespace
3030 name : Trim trailing whitespace
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : v0.1.11
32+ rev : v0.7.1
3333 hooks :
3434 - id : ruff-format
3535 name : Format via ruff
Original file line number Diff line number Diff line change 3434# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3535
3636html_theme = "sphinx_rtd_theme"
37- html_theme_path = [sphinx_rtd_theme .get_html_theme_path (), "_static" ]
3837html_static_path = ["_static" ]
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
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