pyproject: Ignore missing types for numpy (needed by pytest)

- Otherwise, on Debian stable, running make check-type results in following
error:

/usr/lib/python3/dist-packages/_pytest/python_api.py:24: error: Cannot find
implementation or library stub for module named "numpy"  [import]

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-01-17 22:35:25 -08:00 committed by James Valleroy
parent aac12f4391
commit eeeec6710f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -163,6 +163,7 @@ module = [
"dbus.*",
"django.*",
"gi.*",
"numpy.*",
"pam.*",
"pexpect.*",
"pgi.*",