Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.ci/pylint-test.py')
-rwxr-xr-x.ci/pylint-test.py1
1 files changed, 1 insertions, 0 deletions
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