diff --git a/.github/pylint.conf b/.github/pylint.conf index b550edb..76189fa 100644 --- a/.github/pylint.conf +++ b/.github/pylint.conf @@ -161,7 +161,8 @@ disable=raw-checker-failed, too-few-public-methods, no-member, protected-access, - abstract-method + abstract-method, + C0103 # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option