Skip to content

Commit

Permalink
✨ semantic-release 9.11
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Oct 14, 2024
1 parent 8f7e19b commit 89fb58a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion ozi/fix/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
"""ozi-fix entrypoint script."""
from ozi_core.fix import main # type: ignore
from ozi_core.fix import main

if __name__ == '__main__':
main()
2 changes: 1 addition & 1 deletion ozi/new/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
"""ozi-new entrypoint script."""
from ozi_core.new import main # type: ignore
from ozi_core.new import main

if __name__ == '__main__':
main()
25 changes: 0 additions & 25 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,31 +205,6 @@ exclude = [
module = ["ozi.vendor.*"]
ignore_errors = true

[[tool.mypy.overrides]]
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

[[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 89fb58a

Please sign in to comment.