From d59a5c856183a0343eaee8bc161edd28e3244583 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 3 Feb 2022 16:22:32 -0800 Subject: pipenv: black has a stable release! --- Pipfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 8947189..acf2bff 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,7 @@ name = "pypi" [packages] [dev-packages] +black = "*" flake8 = "*" flake8-annotations = "*" isort = "*" @@ -19,9 +20,5 @@ pytest-cov = "*" requests = "*" typing_extensions = "*" -# must lock black to an exact version because it is still "beta" -# see: https://github.com/psf/black/issues/517 -black = "==21.9b0" - [requires] python_version = "3.8" -- cgit v1.2.3