Skip to content

Commit d61b977

Browse files
committed
Ignore missing types in wcwidth
1 parent 0ceeb2e commit d61b977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
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)