[flake8]
max-line-length = 120
max-complexity = 70
# These checks violate PEP8 so let's ignore them
extend-ignore = E203
# extend-exclude = */site-packages/*
