Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS committed Sep 17, 2022
1 parent 1f111ec commit c887004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lint:
python -m pyflakes tests/*.py $(SRC_FILES)
python -m pyflakes setup.py
black forestplot/*.py $(BLACK_OPTS)
black pyforestplot/*.py $(BLACK_OPTS)
black forestplot/*.py $(BLACK_OPTS)
black tests/*.py $(BLACK_OPTS)
black setup.py $(BLACK_OPTS)

Expand Down

0 comments on commit c887004

Please sign in to comment.