Update black pin to latest version, poetry update, and make format

This commit is contained in:
Micah Jerome Ellison 2020-11-07 14:18:34 -08:00
parent 80651f8f0e
commit 3f281c220b
10 changed files with 72 additions and 24 deletions

View file

@ -34,7 +34,7 @@ packaging = "^20.4"
[tool.poetry.dev-dependencies]
behave = "^1.2"
mkdocs = "^1.0"
black = {version = "^19.10b0",allow-prereleases = true}
black = {version = "^20.8b1",allow-prereleases = true}
toml = "^0.10.0"
pyflakes = "^2.2.0"
pytest = "^6.1.2"