diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index 1a68a232..a8a8337c 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -13,7 +13,7 @@ concurrency: jobs: # Test building the docs (html, linkcheck, doctest, coverage) test-docs: - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest strategy: fail-fast: false matrix: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e171e360..44a557b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -123,7 +123,7 @@ repos: always_run: true args: [., --min=10] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.12 + rev: v0.1.13 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]