Pylint: Remove now useless --disable option values

This commit is contained in:
karlch 2023-01-03 17:43:03 +01:00
parent f89e9d8511
commit 90b1233203
1 changed files with 1 additions and 3 deletions

View File

@ -13,8 +13,7 @@ load-plugins=check_count,
[MESSAGES CONTROL]
enable=all
disable=no-self-use,
fixme,
disable=fixme,
cyclic-import,
global-statement,
locally-disabled,
@ -27,7 +26,6 @@ disable=no-self-use,
suppressed-message,
arguments-differ,
duplicate-code,
bad-continuation,
import-outside-toplevel,
raise-missing-from,
arguments-renamed,