mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
mypy ini
This commit is contained in:
16
mypy.ini
Normal file
16
mypy.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
[mypy]
|
||||
|
||||
[mypy-pygments.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-IPython.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-commonmark.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-colorama.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-ipywidgets.*]
|
||||
ignore_missing_imports = True
|
||||
Reference in New Issue
Block a user