Skip to content

Commit

Permalink
Require docstrings for anything non-magic
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Oct 6, 2022
1 parent c43e1a6 commit 4512dc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ variable-rgx=[a-z_][A-Za-z0-9_]{1,29}[A-Za-z0-9_]$
# Good variable names which should always be accepted, separated by a comma.
good-names=e,_

# Regular expression which should only match function or class names that do
# not require a docstring.
no-docstring-rgx=__.*__


[MESSAGES CONTROL]

Expand Down

0 comments on commit 4512dc3

Please sign in to comment.