diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 22:41:22 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 22:41:22 -0700 |
commit | 58688676ee2d96d9d7006e2fd8a14d47f271aa8f (patch) | |
tree | c110610bba34cc9e43b488a19f5369c2f822294a /Pipfile | |
parent | baddd5032318de8d22ab382ec5b9ce91c20ff94c (diff) | |
download | fatcat-scholar-58688676ee2d96d9d7006e2fd8a14d47f271aa8f.tar.gz fatcat-scholar-58688676ee2d96d9d7006e2fd8a14d47f271aa8f.zip |
pipenv: flake8 and pytypes
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ dynaconf = "*" [dev-packages] ipython = "*" mypy = "*" +pytype = "*" +flake8 = "*" pytest = "*" pytest-cov = "*" |