diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index f87689b8..1870aaed 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -28,14 +28,14 @@ jobs: fail-fast: False matrix: config: - - {python-version: "3.7", os-ver: "13", testenvs: "py37,build", experimental: False} + - {python-version: "3.7", os-ver: "15-intel", testenvs: "py37,build", experimental: False} - {python-version: "3.8", os-ver: "14", testenvs: "py38,build", experimental: False} - {python-version: "3.9", os-ver: "14", testenvs: "py39,build", experimental: False} - {python-version: "3.10", os-ver: "14", testenvs: "py310,build", experimental: False} - {python-version: "3.11", os-ver: "14", testenvs: "py311,build", experimental: False} - {python-version: "3.12", os-ver: "14", testenvs: "py312,build", experimental: False} - {python-version: "3.13", os-ver: "14", testenvs: "py313,build", experimental: False} - - {python-version: "pypy-3.7", os-ver: "13", testenvs: "pypy37,build", experimental: False} + - {python-version: "pypy-3.7", os-ver: "15-intel", testenvs: "pypy37,build", experimental: False} - {python-version: "pypy-3.8", os-ver: "14", testenvs: "pypy38,build", experimental: False} steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50a8c7c7..dd4bfe03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - id: bind-requirements - repo: https://github.com/python-formate/flake8-dunder-all - rev: v0.4.1 + rev: v0.5.0 hooks: - id: ensure-dunder-all files: ^repo_helper/.*\.py$ diff --git a/doc-source/requirements.txt b/doc-source/requirements.txt index 6e56b3c7..e2ccefe7 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -1,8 +1,10 @@ git+https://github.com/domdfcoding/sphinx-click.git default-values>=0.6.0 +docutils<0.22 domdf-sphinx-theme>=0.3.0 extras-require>=0.5.0 html-section>=0.3.0 +roman>=4.0 seed-intersphinx-mapping>=1.2.2 sphinx>=3.0.3 sphinx-autofixture>=0.1.0 diff --git a/repo_helper/configuration/testing.py b/repo_helper/configuration/testing.py index 6f9722e7..9918c3c5 100644 --- a/repo_helper/configuration/testing.py +++ b/repo_helper/configuration/testing.py @@ -398,8 +398,7 @@ class checkout_submodules(ConfigVar): @classmethod def validate( # noqa: D102 - cls, - raw_config_vars: Optional[RawConfigVarsType] = None + cls, raw_config_vars: Optional[RawConfigVarsType] = None ) -> Dict[str, Dict[str, List[str]]]: if raw_config_vars is None: