We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3322246 commit e9a6d73Copy full SHA for e9a6d73
Makefile
@@ -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