From 87f972759cd8f859de4df15f1f13d37181f713dd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 May 2020 16:30:41 -0700 Subject: pipenv: add flake8 --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python/Pipfile') 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"} -- cgit v1.2.3