fix: Also skip docs from mypy.

pull/1143/head
Raphaël Vinot 2024-01-30 13:35:59 +01:00
parent a2309317d3
commit ec11c1ee0c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ strict = True
warn_return_any = False
show_error_context = True
pretty = True
exclude = feed-generator|examples|pymisp/tools|pymisp/data|tests
exclude = feed-generator|examples|pymisp/tools|pymisp/data|tests|docs
# Stuff to remove gradually
# disallow_untyped_defs = False