File size: 189 Bytes
065fee7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
[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