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