Skip to content

Commit 13429c9

Browse files
authored
Merge pull request #16 from ayoub3bidi/feat/pre-commit
chore: add pre-commit hooks (ruff)
2 parents c1d2336 + f6c9d0e commit 13429c9

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.8.4
4+
hooks:
5+
- id: ruff
6+
args: [--fix]
7+
- id: ruff-format

0 commit comments

Comments
 (0)