[flake8] max-line-length = 200 # E501, line too long # F401, module imported but unused ignore = E501, F401