9 lines
134 B
INI
9 lines
134 B
INI
[tool.black]
|
|
line-length = 88
|
|
target-version = ['py312']
|
|
|
|
[tool.flake8]
|
|
max-line-length = 88
|
|
extend-ignore = "E203"
|
|
exclude = ".venv"
|