Skip to content

Commit fde2928

Browse files
committed
ch09: add pre-commit hook for ruff
1 parent 3659b8b commit fde2928

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repos:
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
rev: v0.4.4
4+
hooks:
5+
- id: ruff

0 commit comments

Comments
 (0)