Skip to content

Commit 1282b2a

Browse files
authoredOct 27, 2024··
Merge pull request #129 from tekktrik/dev/update
Update
2 parents 26a5348 + d2da4a5 commit 1282b2a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed
 

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
repos:
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
@@ -31,7 +31,7 @@ repos:
3131
- id: trailing-whitespace
3232
name: Trim trailing whitespace
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.1.11
34+
rev: v0.7.1
3535
hooks:
3636
- id: ruff-format
3737
name: Format via ruff

‎docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@
3434
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3535

3636
html_theme = "sphinx_rtd_theme"
37-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "_static"]
3837
html_static_path = ["_static"]

‎requirements-dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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

0 commit comments

Comments
 (0)
Please sign in to comment.