[flake8] max-line-length = 120 # E402, module level import not at top of file # E501, line too long # F401, module imported but unused ignore = F401