diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70286e60..1491ed85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: # Check Configuration as Code files for integrations - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.18.4 + rev: 0.19.1 hooks: - id: check-github-workflows - id: check-readthedocs diff --git a/.readthedocs.yml b/.readthedocs.yml index 04e8b1ab..0577e287 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,8 +10,12 @@ submodules: include: all recursive: true +build: + os: ubuntu-22.04 + tools: + python: "3.10" + python: - version: "3.8" install: - requirements: requirements-dev.txt - method: pip