diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac32592..9a59db7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,9 +34,9 @@ repos: hooks: - id: validate-pyproject - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.2 + rev: v0.14.2 hooks: - - id: ruff + - id: ruff-check args: [--fix, --show-fixes] - id: ruff-format - repo: https://github.com/codespell-project/codespell