pylint: remove unused global suppressions

This commit is contained in:
Adeodato Simó 2024-07-27 02:59:55 -03:00
parent 1a0fbac76c
commit 81ee5e945f

View file

@ -7,8 +7,6 @@ disable =
cyclic-import,
duplicate-code,
fixme,
import-error,
import-self,
no-member,
raise-missing-from,
too-few-public-methods,
@ -16,7 +14,6 @@ disable =
too-many-instance-attributes,
unnecessary-lambda-assignment,
unsubscriptable-object,
unsupported-membership-test,
[FORMAT]
max-line-length=88