Skip to content

Commit

Permalink
🏷️(mypy): ignore_errors ozi_spec.*
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jul 2, 2024
1 parent 0fe813c commit 13f57a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ exclude = [
module = ["ozi.vendor.*"]
ignore_errors = true

[[tool.mypy.overrides]]
module = ["ozi_spec.*"]
ignore_errors = true

[[tool.mypy.overrides]]
module = ["spdx_license_list.*"]
ignore_missing_imports = true
Expand Down

0 comments on commit 13f57a6

Please sign in to comment.