[flake8]
# E501 is the "Line too long" error.
ignore = E501, W503, E203
max-complexity=14

per-file-ignores =