Skip to content

Commit 0d2d290

Browse files
committed
Add pre-commit
1 parent e83f92b commit 0d2d290

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)