From 2df97f479324150a2982342aaef0ba3949ece07a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 15:08:06 -0700 Subject: pipenv: update lint and type check tools --- Pipfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index ab233e4..ec614de 100644 --- a/Pipfile +++ b/Pipfile @@ -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" -- cgit v1.2.3