diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 198e4af..41be4c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,5 +20,8 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.1.14 hooks: + # Run the linter - id: ruff args: [--fix, --exit-non-zero-on-fix] + # Run the formatter + - id: ruff-format