We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff9551 commit 6d88d60Copy full SHA for 6d88d60
Makefile
@@ -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