Update pyproject.toml

This commit is contained in:
Henry Schreiner 2022-03-21 13:35:33 -04:00 committed by GitHub
parent 3a5fbd270c
commit 93b1a4202b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ show_error_codes = true
strict = true
[[tool.mypy.overrides]]
module = ["wcwidth.*", "pygments.*", "IPython.*", "commonmark.*", "ipywidgets.*"]
module = ["pygments.*", "IPython.*", "commonmark.*", "ipywidgets.*"]
ignore_missing_imports = true