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 8d2d3c8 commit 8ed5ca4Copy full SHA for 8ed5ca4
Makefile
@@ -3,6 +3,9 @@ install:
3
pip install --upgrade pip &&\
4
pip install -r requirements.txt
5
6
+format:
7
+ # format code
8
+
9
lint:
10
# linting setup using pylint or flake8 or ruff
11
0 commit comments