Match type-checked files in pyright and mypy

This commit is contained in:
Adam Turner 2025-01-23 01:02:31 +00:00
parent 0a1af1faea
commit 3f13b5a323

View File

@ -394,9 +394,11 @@ ignore_errors = true
typeCheckingMode = "strict"
include = [
"doc/conf.py",
"utils",
"doc/development/tutorials/examples/autodoc_intenum.py",
"doc/development/tutorials/examples/helloworld.py",
"sphinx",
"tests",
"utils",
]
reportArgumentType = "none"