We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a649b31 commit eb70357Copy full SHA for eb70357
.pylintrc
@@ -4,5 +4,7 @@ disable=
4
C0115, # missing-class-docstringA
5
C0116, # missing-function-docstring
6
7
+init-hook='import sys; sys.path.append(".")'
8
+
9
[FORMAT]
10
max-line-length=88 # Default black line length
0 commit comments