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] 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