starting to configure mypy
This commit is contained in:
parent
609f13c590
commit
03b0decfcf
|
@ -1,3 +1,5 @@
|
|||
[mypy]
|
||||
warn_redundant_casts = True
|
||||
[mypy-scipy.*]
|
||||
ignore_missing_imports = True
|
||||
[mypy-h5py.*]
|
||||
|
|
Loading…
Reference in New Issue