And depend on poetry 2.2. This allows one to use uv instead of poetry if wanted. Add .venv to flake8 ignore since that's the uv default. Also update deps while at it, and specify a license.
5 lines
52 B
INI
5 lines
52 B
INI
[flake8]
|
|
max-line-length = 110
|
|
exclude =
|
|
.venv/
|