Skip to content

Commit

Permalink
Added format section to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Aug 21, 2024
1 parent 14ee6d6 commit b711225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ git-pr:
build-docs:
@cd ./docs ; python make_params.py; jb build ./book

format:
black . -l 79
linecheck . --fix

pip-package:
pip install wheel
pip install setuptools
Expand Down

0 comments on commit b711225

Please sign in to comment.