Skip to content

Commit

Permalink
🚨(mypy): ignore missing import ozi_core._i18n
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Oct 6, 2024
1 parent 8379b0e commit f1ac4d8
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 @@ -210,6 +210,10 @@ module = ["ozi_spec.*"]
ignore_errors = true
ignore_missing_imports = true

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

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

0 comments on commit f1ac4d8

Please sign in to comment.