[flake8]

count = True
max-complexity = 10
max-line-length = 100
show_source = True
statistics = True


# specific configurations for flake8-import-order plugin:
import-order-style = smarkets
