]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
tests/system/pyproject.toml: add mypy rules
authorIker Pedrosa <ipedrosa@redhat.com>
Mon, 1 Sep 2025 13:02:17 +0000 (15:02 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 10 Sep 2025 07:56:36 +0000 (09:56 +0200)
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
tests/system/pyproject.toml

index 6e34cc0c25bc0198a35b985a91921b4bdb147e1b..88cc445d0b426b4a93ba7632363f369a2979b307 100644 (file)
@@ -2,6 +2,14 @@
 module = "jc.*"
 ignore_missing_imports = true
 
+[[tool.mypy.overrides]]
+module = "pytest"
+ignore_missing_imports = true
+
+[[tool.mypy.overrides]]
+module = "pytest_mh.*"
+ignore_missing_imports = true
+
 [tool.isort]
 line_length = 119
 profile = "black"