From 88e2427ed1f4d9d396dafc928ae09f2319c08828 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Sat, 7 Aug 2021 15:26:11 -0700 Subject: Consolidate mypy and pytest config into pyproject.toml --- mypy.ini | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 mypy.ini (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini deleted file mode 100644 index 6b604b8..0000000 --- a/mypy.ini +++ /dev/null @@ -1,9 +0,0 @@ -[mypy] -incremental = True -strict = True - -[mypy-immutables.map] -ignore_errors = True - -[mypy-immutables._testutils] -ignore_errors = True -- cgit v1.2.3