Skip to content

Commit c49b9e3

Browse files
authored
Merge pull request #128 from tekktrik/dev/update
Updates
2 parents f49541e + d2da4a5 commit c49b9e3

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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
@@ -29,7 +29,7 @@ repos:
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

docs/conf.py

Lines changed: 0 additions & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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)