Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alotab committed Sep 20, 2023
1 parent 0ee548e commit 48e3d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ install:
pip install -r requirements.txt

format:
#format code
#format code # formating tool
black *.py mylib/*.py
lint:
#flake8 or #pylint
#flake8 or #pylint. # lining tool
pylint --disable=R,C *.py mylib/*.py
test:
#test
Expand Down

0 comments on commit 48e3d75

Please sign in to comment.