[flake8]
# These rules are ignored
# - E501 line too long
ignore = E501
max-line-length = 120
