Skip to content

Commit

Permalink
Ignore cffsubr for type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jul 13, 2024
1 parent aa699e6 commit 30a9b88
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 @@ -67,3 +67,7 @@ ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "fontmake.*"
ignore_missing_imports = true

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

0 comments on commit 30a9b88

Please sign in to comment.