5 lines
91 B
Text
5 lines
91 B
Text
|
|
[flake8]
|
||
|
|
min_python_version = 3.10.0
|
||
|
|
extend-ignore = E501,E203
|
||
|
|
ban-relative-imports = true
|