diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-03 17:28:32 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-03 17:28:32 -0800 |
commit | 87ef5fb744e036d72b8c50598d5fbc5483d49e3e (patch) | |
tree | 796dc9fe200975836ec9c68fa62356b3d930f90c | |
parent | 301abbce765cbe5b905b7d1751819668d95801d0 (diff) | |
download | fatcat-87ef5fb744e036d72b8c50598d5fbc5483d49e3e.tar.gz fatcat-87ef5fb744e036d72b8c50598d5fbc5483d49e3e.zip |
pipenv: black (code style tool) has a stable release
-rw-r--r-- | python/Pipfile | 4 |
1 files changed, 1 insertions, 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"} |