[flake8]
ignore = W503,W605,E203,E704
max-complexity=27
max-line-length =125
multi line_output=3
show-source = True
statistics = True

[isort]
profile = black