docs: fixed _do() method not showing up in the Rest Adapter docs
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 37s
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 37s
This commit is contained in:
parent
5a8fe5451b
commit
b4d255e227
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ plugins:
|
||||||
docstring_options:
|
docstring_options:
|
||||||
ignore_imit_summary: true
|
ignore_imit_summary: true
|
||||||
summary: true
|
summary: true
|
||||||
|
filters:
|
||||||
|
- "!^___"
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- abbr
|
- abbr
|
||||||
|
|
Loading…
Reference in a new issue