mypy ini
This commit is contained in:
parent
08af0255c7
commit
5001381286
1 changed files with 16 additions and 0 deletions
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
|
||||
Loading…
Reference in a new issue