Skip to content

Commit

Permalink
Ignore fontmake for typing
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Apr 26, 2024
1 parent 48aa7af commit e20b35a
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 @@ -62,3 +62,7 @@ asyncio_mode = "auto"
[[tool.mypy.overrides]]
module = "fontTools.*"
ignore_missing_imports = true

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

0 comments on commit e20b35a

Please sign in to comment.