repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.9 hooks: # Run the linter - id: ruff args: [--fix] # Run the formatter - id: ruff-format