Skip to content

Commit eb70357

Browse files
committed
Make pylint able to discover modules
1 parent a649b31 commit eb70357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pylintrc

+2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ disable=
44
C0115, # missing-class-docstringA
55
C0116, # missing-function-docstring
66

7+
init-hook='import sys; sys.path.append(".")'
8+
79
[FORMAT]
810
max-line-length=88 # Default black line length

0 commit comments

Comments
 (0)