Asib27's picture
try 1
065fee7 verified
raw
history blame
190 Bytes
[mypy]
; We require type annotations in all samples.
strict = True
exclude = noxfile\.py
warn_unused_configs = True
[mypy-IPython.*,nox,noxfile_config,pandas]
ignore_missing_imports = True