diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6198a25..3c8cb89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,9 @@ -- repo: https://github.com/astral-sh/ruff-pre-commit - # Ruff version. - rev: v0.9.10 - hooks: - # Run the linter. - - id: ruff - # Run the formatter. - - id: ruff-format \ No newline at end of file +repos: + - repo: https://github.com/astral-sh/ruff-pre-commit + # Ruff version. + rev: v0.9.10 + hooks: + # Run the linter. + - id: ruff + # Run the formatter. + - id: ruff-format