Skip to content

Commit 951a5b7

Browse files
committed
Add pre-commit config
1 parent 399f523 commit 951a5b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
repos:
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
rev: v0.11.12
4+
hooks:
5+
- id: ruff-check
6+
language: system
7+
- id: ruff-format
8+
language: system

0 commit comments

Comments
 (0)