Skip to content

Commit b4c6aae

Browse files
committed
added new modules for mypy to ignore
1 parent 26c744c commit b4c6aae

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.mypy.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,15 @@ ignore_errors = True
108108

109109
[mypy-test.unit.framework.test_plugin_executor]
110110
ignore_errors = True
111+
112+
[mypy-nodescraper.models.collectorargs]
113+
ignore_errors = True
114+
115+
[mypy-nodescraper.plugins.inband.kernel_module.*]
116+
ignore_errors = True
117+
118+
[mypy-nodescraper.plugins.inband.nvme.nvme_collector]
119+
ignore_errors = True
120+
121+
[mypy-test.unit.framework.test_cli]
122+
ignore_errors = True

0 commit comments

Comments
 (0)