aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-22 14:07:24 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-22 14:07:24 -0700
commit98d541a4bc391638aa95541263a6998dffa7392c (patch)
tree5a69dc34aa84faf62f6d743b73e58713fd64ecbf /Pipfile
parent7640f9e49da24f3d8b17aa55011a79ab09fbd851 (diff)
downloadchocula-98d541a4bc391638aa95541263a6998dffa7392c.tar.gz
chocula-98d541a4bc391638aa95541263a6998dffa7392c.zip
pipenv: add flake8 and pytest-cov
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 3 insertions, 0 deletions
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