From 18c408c07afc6df5dbd5de452066bace65ef9bcc Mon Sep 17 00:00:00 2001 From: lovetox Date: Sun, 28 Aug 2022 09:05:48 +0200 Subject: ci: Disable pylint check --- .ci/pylint-test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/pylint-test.py b/.ci/pylint-test.py index b964d3b..d97bc7c 100755 --- a/.ci/pylint-test.py +++ b/.ci/pylint-test.py @@ -14,6 +14,7 @@ DISABLED_CHECKS = [ 'W0201', # attribute-defined-outside-init 'W0212', # protected-access 'W0221', # arguments-differ + 'W0223', # abstract-method 'W0231', # super-init-not-called 'W0233', # non-parent-init-called 'W0621', # redefined-outer-name -- cgit v1.2.3