mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 14:23:36 -06:00
Suppress griffe warnings for missing type annotations in docstrings
This commit is contained in:
parent
57bb7c0a8e
commit
44dae99205
@ -30,6 +30,8 @@ plugins:
|
|||||||
python:
|
python:
|
||||||
paths: ["netbox"]
|
paths: ["netbox"]
|
||||||
options:
|
options:
|
||||||
|
docstring_options:
|
||||||
|
warn_missing_types: false
|
||||||
heading_level: 3
|
heading_level: 3
|
||||||
members_order: source
|
members_order: source
|
||||||
show_root_heading: true
|
show_root_heading: true
|
||||||
|
Loading…
Reference in New Issue
Block a user