File tree Expand file tree Collapse file tree 2 files changed +28
-22
lines changed Expand file tree Collapse file tree 2 files changed +28
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -118,6 +118,34 @@ version = { attr = "cve_bin_tool.version.VERSION" }
118
118
[tool .isort ]
119
119
profile = " black"
120
120
121
+ [[tool .mypy .overrides ]]
122
+ module = " cvss.*"
123
+ ignore_missing_imports = true
124
+
125
+ [[tool .mypy .overrides ]]
126
+ module = " defusedxml.*"
127
+ ignore_missing_imports = true
128
+
129
+ [[tool .mypy .overrides ]]
130
+ module = " pdftotext.*"
131
+ ignore_missing_imports = true
132
+
133
+ [[tool .mypy .overrides ]]
134
+ module = " plotly.*"
135
+ ignore_missing_imports = true
136
+
137
+ [[tool .mypy .overrides ]]
138
+ module = " reportlab.*"
139
+ ignore_missing_imports = true
140
+
141
+ [[tool .mypy .overrides ]]
142
+ module = " rpmfile.*"
143
+ ignore_missing_imports = true
144
+
145
+ [[tool .mypy .overrides ]]
146
+ module = " zstandard.*"
147
+ ignore_missing_imports = true
148
+
121
149
[tool .pytest .ini_options ]
122
150
asyncio_mode = " strict"
123
151
asyncio_default_fixture_loop_scope = " function"
You can’t perform that action at this time.
0 commit comments