aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorMichael Hirsch <scivision@users.noreply.github.com>2020-06-26 10:24:09 -0400
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-07-12 08:41:37 +0000
commitd769b425f0b56779bad571fbf7145c8d2f7fecc9 (patch)
tree8e57fc7471950247369c5b380ae2c487091ff76d /mypy.ini
parentfa929b47148cfb19877a25ab128686ca4ae0208f (diff)
downloadmeson-d769b425f0b56779bad571fbf7145c8d2f7fecc9.zip
meson-d769b425f0b56779bad571fbf7145c8d2f7fecc9.tar.gz
meson-d769b425f0b56779bad571fbf7145c8d2f7fecc9.tar.bz2
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.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/mypy.ini b/mypy.ini
deleted file mode 100644
index b8dad03..0000000
--- a/mypy.ini
+++ /dev/null
@@ -1,5 +0,0 @@
-[mypy]
-strict_optional = False
-show_error_context = False
-show_column_numbers = True
-ignore_missing_imports = True