[flake8]
extend-ignore = E203
ignore = W503,W605
max-complexity = 27
max-line-length = 125
show-source = True
statistics = True
[isort]
profile = black