We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21b9a2 commit 879b8e2Copy full SHA for 879b8e2
.pre-commit-config.yaml
@@ -1,8 +1,9 @@
1
-- repo: https://github.com/astral-sh/ruff-pre-commit
2
- # Ruff version.
3
- rev: v0.9.10
4
- hooks:
5
- # Run the linter.
6
- - id: ruff
7
- # Run the formatter.
8
- - id: ruff-format
+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.
9
+ - id: ruff-format
0 commit comments