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 6d5da8f commit 7530007Copy full SHA for 7530007
1 file changed
template/.pre-commit-config.yaml
@@ -31,4 +31,14 @@ repos:
31
- repo: https://github.com/rvben/rumdl-pre-commit
32
rev: v0.1.94
33
hooks:
34
- - id: rumdl-fmt # Auto-format
+ - id: rumdl-fmt
35
+
36
+ - repo: https://github.com/astral-sh/ruff-pre-commit
37
+ # Ruff version.
38
+ rev: v0.15.16
39
+ hooks:
40
+ # Run the linter.
41
+ - id: ruff-check
42
+ args: [--fix]
43
+ # Run the formatter.
44
+ - id: ruff-format
0 commit comments