install black

This commit is contained in:
Gaetan Semet 2020-02-18 22:35:31 +01:00
parent 0b9986aeb8
commit 5ac7bac4c4
3 changed files with 675 additions and 225 deletions

14
Pipfile
View File

@ -7,16 +7,16 @@ name = "pypi"
python_version = "3"
[dev-packages]
"autopep8" = "<1.4"
"flake8" = "<3.6"
"autopep8" = "*"
"flake8" = "*"
"pep8" = "*"
pylint = "<2.3.0"
typed-ast = "<1.4.0,>=1.3.1"
astroid = "<2.2.0"
pylint = "*"
typed-ast = "*"
astroid = "*"
fiximports = ">=0.1.18"
mock = ">=2.0.0"
pytest-mock = "*"
pyflakes = "<2.0.0"
pyflakes = "*"
pytest = "*"
yapf = "*"
reno = {version = ">=2.8.0",extras = ["sphinx"]}
@ -31,6 +31,8 @@ scandir = {markers = "python_version < '3.5'"}
pyfakefs = "*"
pytest-cov = "*"
pew = "*"
black = "==19.10b0"
dephell = "*"
[packages]
pbr = "*"

872
Pipfile.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,19 +11,21 @@
################################################################################
-e .
astroid<2.2.0
autopep8<1.4
astroid
autopep8
black==19.10b0
colorlog
dephell
fiximports>=0.1.18
flake8<3.6
flake8
mock>=2.0.0
pathlib2
pep8
pew
pipenv-to-requirements
pyfakefs
pyflakes<2.0.0
pylint<2.3.0
pyflakes
pylint
pytest
pytest-cov
pytest-mock
@ -32,5 +34,5 @@ scandir ; python_version < '3.5'
sphinx-rtd-theme
sphinxcontrib-programoutput
twine
typed-ast<1.4.0,>=1.3.1
typed-ast
yapf