diff options
| author | Michael Hirsch <scivision@users.noreply.github.com> | 2020-06-26 10:24:09 -0400 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-07-12 08:41:37 +0000 |
| commit | d769b425f0b56779bad571fbf7145c8d2f7fecc9 (patch) | |
| tree | 8e57fc7471950247369c5b380ae2c487091ff76d /.mypy.ini | |
| parent | fa929b47148cfb19877a25ab128686ca4ae0208f (diff) | |
| download | meson-d769b425f0b56779bad571fbf7145c8d2f7fecc9.tar.gz | |
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
Diffstat (limited to '.mypy.ini')
| -rw-r--r-- | .mypy.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.mypy.ini b/.mypy.ini new file mode 100644 index 000000000..b8dad03fc --- /dev/null +++ b/.mypy.ini @@ -0,0 +1,5 @@ +[mypy] +strict_optional = False +show_error_context = False +show_column_numbers = True +ignore_missing_imports = True |
