From aec8c8ce608453e9ae85cc16686e36a5aa3ca2e6 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Sun, 27 Oct 2024 14:45:09 -0400 Subject: [PATCH 1/3] Update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29ea50f..8b142cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,17 +4,17 @@ repos: - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets name: Detect secrets - repo: https://github.com/fsfe/reuse-tool - rev: v2.1.0 + rev: v4.0.3 hooks: - id: reuse name: Ensure REUSE compatibility - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-yaml name: Check YAML @@ -31,7 +31,7 @@ repos: - id: trailing-whitespace name: Trim trailing whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.11 + rev: v0.7.1 hooks: - id: ruff-format name: Format via ruff From 74a3fcf6dd35a87f0a2ab4aa8048af660b56663a Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Sun, 27 Oct 2024 14:49:06 -0400 Subject: [PATCH 2/3] Update requirements --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 87b2f26..06d5548 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,6 +2,6 @@ # # SPDX-License-Identifier: MIT -pre-commit~=3.6 -sphinx~=7.2 -sphinx-rtd-theme~=2.0 +pre-commit~=4.0 +sphinx~=8.1 +sphinx-rtd-theme~=3.0 From d2da4a5b0a66f96228d7897ae6dd54e412c21693 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Sun, 27 Oct 2024 14:49:22 -0400 Subject: [PATCH 3/3] Update for sphinx-rtd-theme update --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3f0c9c0..98b0ed2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,5 +34,4 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "sphinx_rtd_theme" -html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "_static"] html_static_path = ["_static"]