Skip to content

Commit 6f50cd8

Browse files
committed
basic pre-commit-config
1 parent a637348 commit 6f50cd8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
repos:
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
rev: v0.12.11
4+
hooks:
5+
- id: ruff-check
6+
name: Run Ruff (lint)
7+
args: [--exit-non-zero-on-fix]

0 commit comments

Comments
 (0)