From 17915cb947ea218224eab5efc0a619c4860ef714 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 13 Mar 2024 20:25:50 -0700 Subject: [PATCH] Remove sqlite-migrate configuration from mypy.ini Refs: - https://github.com/simonw/sqlite-migrate/issues/8 --- mypy.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/mypy.ini b/mypy.ini index a17287e4..cfc20948 100644 --- a/mypy.ini +++ b/mypy.ini @@ -5,6 +5,3 @@ ignore_missing_imports = True [mypy-click_default_group.*] ignore_missing_imports = True - -[mypy-sqlite_migrate.*] -ignore_missing_imports = True