Philipp Hörist pushed to branch master at gajim / gajim


Commits:
f7fecc73 by lovetox at 2022-08-16T18:20:39+02:00
cq: Update pylintrc

- - - - -


1 changed file:

- pylintrc


Changes:

=====================================
pylintrc
=====================================
@@ -101,6 +101,7 @@ confidence=
 # C0111 missing-docstring
 # C0209 use-f-string
 # C0302 too-many-lines
+# C0411 wrong-import-order
 # C0413 wrong-import-position
 # R0801 duplicat-code
 # R0904 too-many-public-methods
@@ -114,7 +115,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,C0413,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,C0411,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



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/f7fecc737cb14a9f3a8dd61ba3a5255aad07f85b

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/f7fecc737cb14a9f3a8dd61ba3a5255aad07f85b
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to