starting to configure mypy

This commit is contained in:
Martin Diehl 2022-01-29 18:32:04 +01:00
parent 609f13c590
commit 03b0decfcf
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
[mypy]
warn_redundant_casts = True
[mypy-scipy.*]
ignore_missing_imports = True
[mypy-h5py.*]