diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f15ab99..8711c91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.260 + rev: v0.0.263 hooks: - id: ruff args: ["--fix"] diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6a1869a..939dc08 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,10 +2,13 @@ version: 2 sphinx: configuration: doc/conf.py python: - version: 3.8 install: # install itself with pip install . - method: pip path: . extra_requirements: - docs +build: + os: ubuntu-22.04 + tools: + python: "3.11" diff --git a/pyproject.toml b/pyproject.toml index db4574b..e17117b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "black[jupyter]==23.3.0", "mdformat>0.7", "mdformat-gfm>=0.3.5", - "ruff==0.0.260" + "ruff==0.0.263" ] [tool.hatch.envs.lint.scripts] style = [