8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
|
# vim: ft=cfg
|
||
|
[flake8]
|
||
|
max-complexity = 7
|
||
|
docstring-convention=google
|
||
|
inline-quotes = double
|
||
|
# Required to be compatible with black
|
||
|
extend-ignore = E203,W503
|