7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
[flake8]
|
||
|
inline-quotes = "
|
||
|
multiline-quotes = """
|
||
|
indent-size = 4
|
||
|
max-line-length = 160
|
||
|
ignore = Q003 E128 E704
|