diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 15:08:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 18:25:23 -0700 |
commit | 2df97f479324150a2982342aaef0ba3949ece07a (patch) | |
tree | d514e178fd97743540e1b1abd216043584a4642e /Pipfile | |
parent | d3984ebdcd91cad30133e258fd9ae6b08eaefcc3 (diff) | |
download | fatcat-scholar-2df97f479324150a2982342aaef0ba3949ece07a.tar.gz fatcat-scholar-2df97f479324150a2982342aaef0ba3949ece07a.zip |
pipenv: update lint and type check tools
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -40,16 +40,19 @@ ipython = "*" mypy = "*" # typing_extensions is required for mypy to operate typing_extensions = "*" -pytype = "*" flake8 = "*" flake8-annotations = "*" +isort = "*" pytest = "*" pytest-mock = "*" pytest-cov = "*" responses = "*" +types-requests = "*" +types-beautifulsoup4 = "*" +types-babel = "*" # must lock black to an exact version because it is still "beta" # see: https://github.com/psf/black/issues/517 -black = "==19.10b0" +black = "==21.9b0" [requires] python_version = "3.8" |