diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 910c817c8..22c3fa868 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,6 +17,9 @@ repos: hooks: - id: ruff stages: [ push, commit, manual ] + # Run the formatter. + - id: ruff-format + stages: [ push, commit, manual ] - repo: https://github.com/pycqa/flake8 rev: '7.0.0' # pick a git hash / tag to point to hooks: