From 87ef5fb744e036d72b8c50598d5fbc5483d49e3e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 3 Feb 2022 17:28:32 -0800 Subject: pipenv: black (code style tool) has a stable release --- python/Pipfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/Pipfile b/python/Pipfile index 30a663b9..f9916779 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -25,9 +25,7 @@ types-requests = "*" types-beautifulsoup4 = "*" types-toml = "*" types-dateparser = "*" -# must lock black to an exact version because it is still "beta" -# see: https://github.com/psf/black/issues/517 -black = "==21.9b0" +black = "*" [packages] fatcat-openapi-client = {path = "./../python_openapi_client"} -- cgit v1.2.3