From c5568ce9a5681da23aa2cd89993c3999a2d6bd21 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 16 Jun 2020 17:31:51 -0700 Subject: pipenv: flake8, pytype, black --- python/Pipfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python/Pipfile b/python/Pipfile index ad582dd..65317af 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -18,6 +18,9 @@ pytest-mock = "*" pylint = "*" ipython = "*" mypy = "*" +pytype = "*" +flake8 = "*" +flake8-annotations = "*" [packages] requests = ">=2" @@ -36,6 +39,10 @@ urlcanon = "*" pillow = ">=3" poppler = ">=0.2" +# must lock black to an exact version because it is still "beta" +# see: https://github.com/psf/black/issues/517 +black = "==19.10b0" + [requires] python_version = "3.7" -- cgit v1.2.3