From abe7760780d4a83a8b7a8ebc17b444a183f37fd8 Mon Sep 17 00:00:00 2001 From: Juan Orduz Date: Mon, 10 Feb 2025 22:05:37 +0100 Subject: [PATCH 1/2] pre-commit update --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a5992a..1bc3739 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,14 +12,14 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.6 hooks: - id: ruff args: ["--fix", "--output-format=full"] - id: ruff-format args: ["--line-length=100"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy args: [--ignore-missing-imports] From b8c1581b9c5c40a1bc7fc1dcfa3d87d4195e140f Mon Sep 17 00:00:00 2001 From: Juan Orduz Date: Mon, 10 Feb 2025 22:07:25 +0100 Subject: [PATCH 2/2] add conf.py path --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6e5cef0..0ce9313 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,9 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 +sphinx: + # Path to your Sphinx configuration file. + configuration: docs/conf.py build: os: ubuntu-20.04