diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cbab3b..033a783 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.13" - run: pip install pre-commit - run: SKIP=mypy pre-commit run --all-files @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.13" - run: pip install pre-commit - run: pre-commit run mypy --all-files diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8507d0f..20b5f13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_language_version: - python: python3.8 + python: python3.13 repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -20,18 +20,18 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.18.2 hooks: - id: mypy exclude: ^(tests|benches)/.*$ args: ["--ignore-missing-imports"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.9 + rev: v0.13.1 hooks: - id: ruff-format - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.9 + rev: v0.13.1 hooks: - id: ruff