diff --git a/.flake8 b/.flake8 index e87185fa..bd5f2e22 100644 --- a/.flake8 +++ b/.flake8 @@ -6,12 +6,8 @@ ignore = E203, # E221: multiple spaces before operator E221, - # E241: multiple spaces after ':' - E241, # E402: module level import not at top of file E402, - # E501: line too long - E501, # E741 ambiguous variable name E741, # W503: line break before binary operator