2020-08-03 18:32:53 +02:00
|
|
|
[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
|
2020-08-05 23:24:31 +02:00
|
|
|
max-complexity = 10
|
|
|
|
|
|
|
|
[isort]
|
|
|
|
known_third_party =
|