Daniel Mensinger
b57a355426
typing: use follow_imports = silent
4 years ago
Daniel Mensinger
5deb33b03c
typing: update run_mypy and mypy.ini
4 years ago
Michael Hirsch
d769b425f0
refactor: name .mypy.ini to reduce visual clutter
...
MyPy looks to .mypy.ini, reducing Meson top-level visual clutter
https://mypy.readthedocs.io/en/stable/config_file.html
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Dylan Baker
4d6ac91f95
mypy: Ignore missing imports
...
Otherwise modules like tqdm will cause mypy to emit an error, since
they're untyped.
5 years ago
Michael Hirsch, Ph.D
4b9625ac06
ENH: metadata PEP390 setup.cfg
...
https for Meson docs url
Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
5 years ago