diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-02-03 16:29:37 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-02-03 16:29:37 -0800 |
commit | 4914dd9d3608043d4974380b9cd62aafd0ffc5c0 (patch) | |
tree | ba4d9d6e8a28027d306164fb49ef90033a91b1cd /Pipfile | |
parent | 8b4388eed8b0424d8d83b191a059037ee32d73b6 (diff) | |
download | fatcat-scholar-4914dd9d3608043d4974380b9cd62aafd0ffc5c0.tar.gz fatcat-scholar-4914dd9d3608043d4974380b9cd62aafd0ffc5c0.zip |
pipenv: black (code style tool) has stable release
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |