Skip to content

Commit b71576c

Browse files
committed
chore(pylint) : Final codes added
1 parent 4b43232 commit b71576c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/linters/.python-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ load-plugins=
3838
# --enable=similarities". If you want to run only the classes checker, but have
3939
# no Warning level messages displayed, use"--disable=all --enable=classes
4040
# --disable=W"
41-
disable=F0401,W0141,W0611,W0110,W0703,W0142,C0114,C0103,R0914,W0702,C0411
41+
disable=F0401,W0141,W0611,W0110,W0703,W0142,C0114,C0103,R0914,W0702,C0411,E1101,C0305,R0201,R0903,W0105,W0621,W0702,W0612,W0613
42+
4243

4344

4445
[REPORTS]

0 commit comments

Comments
 (0)