diff --git a/comic_text_detector b/comic_text_detector index 641639e..293ae80 160000 --- a/comic_text_detector +++ b/comic_text_detector @@ -1 +1 @@ -Subproject commit 641639e14199b2c20f08bfc99b2849b661dce742 +Subproject commit 293ae8060b08f2ed323693019f9bd0c173af4eab diff --git a/pyproject.toml b/pyproject.toml index 7583161..e7131f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ version = {attr = "mokuro._version.__version__"} [tool.ruff] line-length = 120 indent-width = 4 -extend-exclude = ["comic_text_detector"] +extend-exclude = ["comic_text_detector", "notebooks"] [project.scripts] mokuro = "mokuro.__main__:main" \ No newline at end of file