summaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-05-22 16:30:41 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-05-22 16:30:41 -0700
commit87f972759cd8f859de4df15f1f13d37181f713dd (patch)
treef1bad78e13c45b3056442a4151a5702337d4aa66 /python/Pipfile
parentcc18d2c6eee7abf671f9d585b85b0360ded90598 (diff)
downloadfatcat-87f972759cd8f859de4df15f1f13d37181f713dd.tar.gz
fatcat-87f972759cd8f859de4df15f1f13d37181f713dd.zip
pipenv: add flake8
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile
index eb706815..1c7ebf3a 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -17,6 +17,7 @@ pytest-cov = "*"
pylint = "*"
pg-view = "*"
pytest-mock = "*"
+flake8 = "*"
[packages]
fatcat-openapi-client = {path = "./../python_openapi_client"}