Skip to content

Commit

Permalink
Ignore fonttools for typing
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Mar 10, 2024
1 parent 8d5877b commit 284c0e4
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 @@ -57,3 +57,7 @@ testpaths = [
"tests",
]
asyncio_mode = "auto"

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

0 comments on commit 284c0e4

Please sign in to comment.