diff --git a/pyproject.toml b/pyproject.toml index 7ef401c..d511484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,6 @@ select = [ ignore = [ "E402", # Module level import not at top of file "E501", # Line too long - "E701", # Multiple statements on one line "E712", # Comparison to true should be is "E731", # Do not assign a lambda expression, use a def "E741", # Ambiguous variable name