Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0089160

Browse files
committedFeb 16, 2025
Add Makefile for linting and formatting (#1)
1 parent 09851a4 commit 0089160

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
format:
2+
ruff format
3+
4+
lint:
5+
ruff check
6+
7+
lint-fix:
8+
ruff check --fix

0 commit comments

Comments
 (0)
Please sign in to comment.