diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-22 14:07:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-22 14:07:24 -0700 |
commit | 98d541a4bc391638aa95541263a6998dffa7392c (patch) | |
tree | 5a69dc34aa84faf62f6d743b73e58713fd64ecbf /Pipfile | |
parent | 7640f9e49da24f3d8b17aa55011a79ab09fbd851 (diff) | |
download | chocula-98d541a4bc391638aa95541263a6998dffa7392c.tar.gz chocula-98d541a4bc391638aa95541263a6998dffa7392c.zip |
pipenv: add flake8 and pytest-cov
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |