Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcfa512

Browse files
committed
pylint: Add pylintrc
1 parent f91c953 commit bcfa512

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pylintrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[MESSAGES CONTROL]
2+
3+
disable =
4+
consider-using-with,
5+
duplicate-code,
6+
missing-docstring,
7+
redefined-outer-name,

0 commit comments

Comments
 (0)