summary refs log tree commit diff stats
path: root/python/mypy.ini
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-05-27 17:17:05 -0400
committerJohn Snow <jsnow@redhat.com>2021-06-01 16:21:21 -0400
commite941c844e4446b6200ac102ef285544c406a2fcd (patch)
tree2d06f21fd701c6cd6c3c06f97bd689abd611af4f /python/mypy.ini
parent6d17d910434568626c1c739b7d3d8433618b19eb (diff)
downloadfocaccia-qemu-e941c844e4446b6200ac102ef285544c406a2fcd.tar.gz
focaccia-qemu-e941c844e4446b6200ac102ef285544c406a2fcd.zip
python: move mypy.ini into setup.cfg
mypy supports reading its configuration values from a central project
configuration file; do so.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Message-id: 20210527211715.394144-22-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/mypy.ini')
-rw-r--r--python/mypy.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/mypy.ini b/python/mypy.ini
deleted file mode 100644
index 1a581c5f1e..0000000000
--- a/python/mypy.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[mypy]
-strict = True
-python_version = 3.6
-warn_unused_configs = True