aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-02-03 16:29:37 -0800
committerBryan Newbold <bnewbold@archive.org>2022-02-03 16:29:37 -0800
commit4914dd9d3608043d4974380b9cd62aafd0ffc5c0 (patch)
treeba4d9d6e8a28027d306164fb49ef90033a91b1cd
parent8b4388eed8b0424d8d83b191a059037ee32d73b6 (diff)
downloadfatcat-scholar-4914dd9d3608043d4974380b9cd62aafd0ffc5c0.tar.gz
fatcat-scholar-4914dd9d3608043d4974380b9cd62aafd0ffc5c0.zip
pipenv: black (code style tool) has stable release
-rw-r--r--Pipfile4
1 files changed, 1 insertions, 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"