6 lines
89 B
INI
6 lines
89 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E203, I201
|
|
|
|
[tool.isort]
|
|
profile = "black"
|