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:
authorlovetox <philipp@hoerist.com>2022-08-28 10:05:48 +0300
committerlovetox <philipp@hoerist.com>2022-08-28 10:06:03 +0300
commit18c408c07afc6df5dbd5de452066bace65ef9bcc (patch)
treec8f0255766b89917dbde2b311dcb5b8ec227b154
parentc9969f4fe6caafa07397fe04d940c5e08a912f33 (diff)
ci: Disable pylint check
-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