Skip to content

Commit 1a3f912

Browse files
authored
Merge pull request HarshCasper#850 from priyanshu20/ignore-module-docstring
chore(pylint) : Ignore module doc string from pylint
2 parents e31fb0f + b71576c commit 1a3f912

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
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)