Преглед на файлове

Suppress griffe warnings for missing type annotations in docstrings

Jeremy Stretch преди 9 месеца
родител
ревизия
44dae99205
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      mkdocs.yml

+ 2 - 0
mkdocs.yml

@@ -30,6 +30,8 @@ plugins:
         python:
           paths: ["netbox"]
           options:
+            docstring_options:
+              warn_missing_types: false
             heading_level: 3
             members_order: source
             show_root_heading: true