Skip to content

Commit 9d22a78

Browse files
committed
Ignore missing types in wcwidth
1 parent 1794e97 commit 9d22a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ namespace_packages = true
7777
[[tool.mypy.overrides]]
7878
module = [
7979
"setuptools.*",
80+
"wcwidth"
8081
]
8182
ignore_missing_imports = true

0 commit comments

Comments
 (0)