From e941c844e4446b6200ac102ef285544c406a2fcd Mon Sep 17 00:00:00 2001 From: John Snow Date: Thu, 27 May 2021 17:17:05 -0400 Subject: 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 Reviewed-by: Cleber Rosa Message-id: 20210527211715.394144-22-jsnow@redhat.com Signed-off-by: John Snow --- python/mypy.ini | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 python/mypy.ini (limited to 'python/mypy.ini') 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 -- cgit 1.4.1