poe was assuming we were using poetry - I have
configured it not to use poetry now. This required
using a newer version.
This commit is contained in:
Richard Bowman 2021-03-29 16:59:40 +01:00
parent 53876ee70d
commit 17b19d7dfd
2 changed files with 5 additions and 1 deletions

View file

@ -21,6 +21,10 @@ line_length = 88
disable = "fixme,C,R"
max-line-length = 88
[tool.poe.executor]
type = "virtualenv"
location = ".venv"
[tool.poe.tasks]
black = "black ."
black_check = "black --check ."

View file

@ -107,7 +107,7 @@ setup(
"pylint ~= 2.3",
"pytest ~= 6.1.2",
"mypy ~= 0.790",
"poethepoet ~= 0.9.0",
"poethepoet ~= 0.10.0",
"freezegun ~= 1.0.0",
"lxml ~= 4.6",
"black == 18.3a0",