mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-07-07 06:51:37 +02:00
Pipfile: Specify exact version of black
Black only releases pre-release versions, which causes issues with pipenv. Instead of always running pipenv with "--pre" and potenti- ally letting in some other pre-release versions for other depende- ncies, I would rather specify the latest black version explicitly. See: https://github.com/psf/black/issues/517 See: https://github.com/microsoft/vscode-python/issues/5171
This commit is contained in:
2
Pipfile
2
Pipfile
@ -8,7 +8,7 @@ pytest = "*"
|
||||
ipython = "*"
|
||||
flake8 = "*"
|
||||
pytest-clarity = "*"
|
||||
black = "*"
|
||||
black = "==19.10b0"
|
||||
isort = "*"
|
||||
csvkit = "*"
|
||||
|
||||
|
Reference in New Issue
Block a user