Skip to content

Commit 2fede63

Browse files
authored
Create .pylintrc
1 parent 46efa21 commit 2fede63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pylintrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[TYPECHECK]
2+
ignored-modules=sublime,sublime_plugin,package_control
3+
4+
[MASTER]
5+
# init-hook='import sys; sys.path.append("C:\\Users\\Admin\\AppData\\Roaming\\Sublime Text 3\\Packages")'
6+
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
7+
8+
[MESSAGES CONTROL]
9+
disable=all
10+
enable=E

0 commit comments

Comments
 (0)