summaryrefslogtreecommitdiff
path: root/mypy.ini
AgeCommit message (Collapse)Author
2020-07-12refactor: name .mypy.ini to reduce visual clutterMichael Hirsch
MyPy looks to .mypy.ini, reducing Meson top-level visual clutter https://mypy.readthedocs.io/en/stable/config_file.html
2020-03-05mypy: Ignore missing importsDylan Baker
Otherwise modules like tqdm will cause mypy to emit an error, since they're untyped.
2019-07-11ENH: metadata PEP390 setup.cfgMichael Hirsch, Ph.D
https for Meson docs url Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>