Skip to content

Commit 9c74081

Browse files
Update darglint config
1 parent a54e75f commit 9c74081

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.cfg

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,14 @@ line_length = 120
138138

139139
[darglint]
140140
# Documentation: https://github.com/terrencepreilly/darglint
141-
strictness = long
141+
strictness = short
142+
docstring_style = google
143+
144+
# Disable linting on all private methods.
145+
ignore_regex = ^_(.*)
146+
147+
[pydocstyle]
148+
convention=google
142149

143150
[coverage:run]
144151
branch = True

0 commit comments

Comments
 (0)