Skip to content

Commit 5d1df94

Browse files
Don't error in auto generated py files
Signed-off-by: Stefan Brus <stefan.brus@frequenz.com>
1 parent 5477aeb commit 5d1df94

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ plugins:
9999
default_handler: python
100100
handlers:
101101
python:
102+
config:
103+
griffe:
104+
ignore_errors:
105+
- no-annotation
102106
options:
103107
paths: ["py"]
104108
docstring_section_style: spacy

0 commit comments

Comments
 (0)