9 lines
206 B
INI
9 lines
206 B
INI
|
[yapf]
|
||
|
based_on_style = pep8
|
||
|
spaces_before_comment = 4
|
||
|
split_before_logical_operator = true
|
||
|
|
||
|
[flake8]
|
||
|
ignore = ANN101,ANN102
|
||
|
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
|
||
|
max-complexity = 10
|