E241, E501

This commit is contained in:
dni ⚡
2023-04-17 08:14:04 +02:00
parent b465ecf22a
commit 4a72a5b6b3

View File

@@ -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