diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 99860d78..905c1b95 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,6 +37,8 @@ jobs: - run: uv sync --python-preference=only-managed - run: uv run refurb ldp tests - run: uv run pylint ldp tests + - if: matrix.python-version == '3.11' # Only need to run this on one version + uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0 test: runs-on: large-runner steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9cc30188..764b879a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,10 +66,6 @@ repos: rev: 0.4.21 hooks: - id: uv-lock - - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.122.0 - hooks: - - id: renovate-config-validator - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.12.0 hooks: