9 lines
157 B
INI
9 lines
157 B
INI
|
|
[flake8]
|
||
|
|
ignore = E126,E127,E128,E123,E226,E241,E242,E265,W503,E402,N,B
|
||
|
|
max-line-length=85
|
||
|
|
|
||
|
|
inline-quotes = "
|
||
|
|
docstring-quotes = """
|
||
|
|
multiline-quotes = """
|
||
|
|
|