Skip to content

Commit 07a8f01

Browse files
committed
Add ruff as a linter
1 parent 1afb596 commit 07a8f01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ repos:
3131
- id: rst-backticks
3232
- id: rst-directive-colons
3333
- id: rst-inline-touching-normal
34+
35+
- repo: https://github.com/astral-sh/ruff-pre-commit
36+
rev: v0.1.4
37+
hooks:
38+
- id: ruff
39+
- id: ruff-format

0 commit comments

Comments
 (0)