Skip to content

Commit

Permalink
🏷️(mypy): add overrides for ozi-core
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jul 10, 2024
1 parent 39cca58 commit d362cfb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,22 @@ module = ["ozi_spec.*"]
ignore_errors = true
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["ozi_core.fix.*"]
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["ozi_core.new.*"]
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["ozi_core.render"]
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["ozi_core.actions"]
ignore_missing_imports = true

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

0 comments on commit d362cfb

Please sign in to comment.