[flake8]
min_python_version = 3.6.0
max_complexity = 10
max-line-length = 120
inline-quotes = double
max-annotations-complexity = 4
max-function-length = 30
statistics = True
count = True
eradicate-aggressive = True
ignore = I201
