fix poe
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:
parent
53876ee70d
commit
17b19d7dfd
2 changed files with 5 additions and 1 deletions
|
|
@ -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 ."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue