From 4914dd9d3608043d4974380b9cd62aafd0ffc5c0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 3 Feb 2022 16:29:37 -0800 Subject: pipenv: black (code style tool) has stable release --- Pipfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 5ac6d10..a639cf3 100644 --- a/Pipfile +++ b/Pipfile @@ -36,6 +36,7 @@ uvicorn = "*" uvloop = "*" [dev-packages] +black = "*" ipython = "*" mypy = "*" # typing_extensions is required for mypy to operate @@ -50,9 +51,6 @@ 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 = "==21.9b0" [requires] python_version = "3.8" -- cgit v1.2.3