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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-08-05 00:09:06 +0300
committerlovetox <philipp@hoerist.com>2022-08-06 00:11:14 +0300
commit9553fb39653e26a2f2358c96457edcf744f4fd80 (patch)
tree2b70ad06f40decb9616b0bd8ee13beb5d539581c
parentc09f41d4a44518a08f74bfdb00acd21b5feed63f (diff)
chore: Update pylintrcnewcontrol
-rw-r--r--pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 12721b89c..ad1b11bf9 100644
--- a/pylintrc
+++ b/pylintrc
@@ -101,6 +101,7 @@ confidence=
# C0111 missing-docstring
# C0209 use-f-string
# C0302 too-many-lines
+# C0413 wrong-import-position
# R0801 duplicat-code
# R0904 too-many-public-methods
# R0913 too-many-arguments
@@ -113,7 +114,7 @@ confidence=
# W1404 implicit-str-concat
# W1406 redundant-u-string-prefix
-disable=E0401,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1140,E1141,E1142,I1101,W0212,W1113,W1114,W1115,W1116,C0301,C0303,C0304,C0321,W0301,W0311,W0611,C0111,C0209,C0302,R0801,R0904,R0913,R0915,R1725,R1732,W0237,W0311,W0511,W0707,W1404,W1406
+disable=E0401,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1140,E1141,E1142,I1101,W0212,W1113,W1114,W1115,W1116,C0301,C0303,C0304,C0321,C0413,W0301,W0311,W0611,C0111,C0209,C0302,R0801,R0904,R0913,R0915,R1725,R1732,W0237,W0311,W0511,W0707,W1404,W1406
# 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