Skip to content

Commit

Permalink
upgrade black to 19.10b0
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 committed Oct 31, 2019
1 parent 19a2971 commit 3c59d33
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -18,7 +18,7 @@ docformatter = "==1.1.*"
pylint = "==2.3.*"
pydocstyle = "*"
bandit = "==1.5.*"
black = "==19.3b0"
black = "==19.10b0"
"flake8-isort" = "==2.7.*"
"flake8-comprehensions" = "==2.1.*"
sphinx = "==2.*"
Expand Down
30 changes: 26 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion requirements-dev.txt
Expand Up @@ -11,8 +11,9 @@
################################################################################

bandit==1.5.*
black==19.3b0
black==19.10b0
coverage==4.5.*
coveralls==1.8.*
docformatter==1.1.*
flake8-comprehensions==2.1.*
flake8-isort==2.7.*
Expand Down

0 comments on commit 3c59d33

Please sign in to comment.