[flake8]
ignore = C901,W503  # complexity, line break before binary operator
max-line-length = 150
max-complexity = 10