Skip to content

Commit 35f07c8

Browse files
committed
add ruff to pre-commit
1 parent ad80e84 commit 35f07c8

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
@@ -23,3 +23,9 @@ repos:
2323
- id: check-yaml
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
26+
27+
- repo: https://github.com/astral-sh/ruff-pre-commit
28+
rev: v0.12.1
29+
hooks:
30+
- id: ruff
31+
args: [] # No --fix, disables formatting

0 commit comments

Comments
 (0)