Add basic flake8 config

This commit is contained in:
Jeremy Singer-Vine
2020-07-29 19:12:42 -04:00
parent 842765f78e
commit 94de2c9e21
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -12,3 +12,6 @@ venv:
tests:
${PYTHON} -m pytest --cov=pdfplumber --cov-config=.coveragerc --cov-report xml:coverage.xml --cov-report term
format:
${PYTHON} -m flake8 pdfplumber