Skip to content

Commit

Permalink
install black
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Feb 18, 2020
1 parent 0b9986a commit 5ac7bac
Show file tree
Hide file tree
Showing 3 changed files with 680 additions and 230 deletions.
14 changes: 8 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand All @@ -31,6 +31,8 @@ scandir = {markers = "python_version < '3.5'"}
pyfakefs = "*"
pytest-cov = "*"
pew = "*"
black = "==19.10b0"
dephell = "*"

[packages]
pbr = "*"
Expand Down
Loading

0 comments on commit 5ac7bac

Please sign in to comment.