diff options
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
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"} |