Add make lint

This commit is contained in:
Jeremy Singer-Vine
2020-08-13 08:58:13 -04:00
parent 6d88c5dc6e
commit 76583d9f33
+3 -1
View File
@@ -1,4 +1,4 @@
.PHONY: venv tests check-black check-flake format
.PHONY: venv tests check-black check-flake lint format
PYTHON := venv/bin/python
PIP = venv/bin/pip
@@ -19,5 +19,7 @@ check-black:
check-flake:
${PYTHON} -m flake8 pdfplumber
lint: check-flake check-black
format:
${PYTHON} -m black pdfplumber