hc99's picture
Add files using upload-large-folder tool
1856027 verified
[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