[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
[isort]
known_third_party =