Skip to content

Commit 29561a8

Browse files
add docstring module to pylint
1 parent c7227e6 commit 29561a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ limit-inference-results=100
7575

7676
# List of plugins (as comma separated values of python module names) to load,
7777
# usually to register additional checkers.
78-
load-plugins=
78+
load-plugins=pylint.extensions.docparams
7979

8080
# Pickle collected data for later comparisons.
8181
persistent=yes

0 commit comments

Comments
 (0)