Skip to content

Commit e9a6d73

Browse files
committed
Create Makefile
1 parent 3322246 commit e9a6d73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.PHONY: quality
2+
3+
# Check code formatting
4+
quality:
5+
python utils/code_formatter.py --check_only

0 commit comments

Comments
 (0)