diff --git a/Makefile b/Makefile index f3eeb40..a3dc1f4 100644 --- a/Makefile +++ b/Makefile @@ -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)