diff --git a/.flake8 b/.flake8 index 7426649..b5c14ed 100644 --- a/.flake8 +++ b/.flake8 @@ -14,6 +14,8 @@ extend-ignore = E501, # Stop finding commented out code because it's mistaking shape annotations for code E800, + # Just let the formatter complain about isort + I, # Stop complaining about using functions from random S311, # Ignore errors for internal mypy traceback, stderr output, or an unmatched line.