[flake8]
ignore=D100,D104,D301,W503,W504,A003
per-file-ignores =
    python/tests/*:D
max-line-length=88
inline-quotes="
import-order-style=pep8
