[flake8]
max-complexity = 12
max-line-length = 127
count = True
statistics = True
import-order-style = google
exclude = docs/conf.py
