8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
|
[darglint]
|
||
|
# NOTE: All `darglint` styles except for `sphinx` hit ridiculously low
|
||
|
# NOTE: performance on some of the in-project Python modules.
|
||
|
# Refs:
|
||
|
# * https://github.com/terrencepreilly/darglint/issues/186
|
||
|
docstring_style = sphinx
|
||
|
strictness = full
|