From 98d541a4bc391638aa95541263a6998dffa7392c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 22 Jun 2020 14:07:24 -0700 Subject: pipenv: add flake8 and pytest-cov --- Pipfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index aeb5434..86a20d6 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,10 @@ toml = "*" [dev-packages] pytest = "*" +pytest-cov = "*" mypy = "*" +flake8 = "*" +flake8-annotations = "*" # must lock black to an exact version because it is still "beta" # see: https://github.com/psf/black/issues/517 -- cgit v1.2.3