[go: nahoru, domu]

Skip to content

Commit

Permalink
[pylintrc] Enforce Google docstring format
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Dec 5, 2020
1 parent acdf3c0 commit 4d3d4e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/tools/ci_build/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ persistent=yes

# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
load-plugins=
load-plugins=pylint.extensions.docparams


[MESSAGES CONTROL]
Expand Down Expand Up @@ -316,6 +316,7 @@ deprecated-members=string.atof,string.atoi,string.atol,string.capitalize,string.

[DOCSTRING]

default-docstring-type=google
# List of exceptions that do not need to be mentioned in the Raises section of
# a docstring.
ignore-exceptions=AssertionError,NotImplementedError,StopIteration,TypeError
Expand Down

0 comments on commit 4d3d4e3

Please sign in to comment.