blob: 8e68aa3ec801b174874ea29f387635ce82446cc0 (
plain)
1
2
3
4
5
6
7
|
[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
|