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 ."