mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Add make lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user