From dc00bb2452fca6909d61c9df49e4c07fe563f9f7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 08:50:55 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#221) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester --- .pre-commit-config.yaml | 2 +- .readthedocs.yaml | 5 ++++- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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 = [