Skip to content

Commit

Permalink
Re-silence an import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Oct 20, 2024
1 parent 5ea4abc commit 4fdfbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ module = "ufoLib2.*"
disallow_untyped_defs = true

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

0 comments on commit 4fdfbdd

Please sign in to comment.