diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76678aa..79df7bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,8 +2,11 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.10 + # Ruff version. + rev: v0.7.0 hooks: - - id: ruff-format + # Run the linter. - id: ruff args: [ --fix ] + # Run the formatter. + - id: ruff-format