diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8437dcf..935228c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,18 +3,15 @@ # Then run `pre-commit install` # Learn more about this config here: https://pre-commit.com/ -default_language_version: - python: python3.11 - ci: autoupdate_schedule: monthly submodules: true repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.1 hooks: - - id: ruff # See pyproject.toml for args + - id: ruff-check # See pyproject.toml for args - repo: https://github.com/codespell-project/codespell rev: v2.4.1