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