Skip to content

Commit

Permalink
fix compatibility with numpy>=2.0 (#124)
Browse files Browse the repository at this point in the history
* fix compatibility with numpy>=2.0

* exclude notebooks from ruff
  • Loading branch information
kha-white authored Jan 28, 2025
1 parent ad8af0e commit cf5ea62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comic_text_detector
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit cf5ea62

Please sign in to comment.