From c9cde87237eec537198c5d53347c81da7191d5c6 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 18 Apr 2024 22:48:29 +0200 Subject: remove mypy ignore for sqlalchemy With SQLAlchemy 2.0 and the SQLAlchemy mypy plugin this should not be needed anymore, since we get proper SQLAlchemy type checking. --- .mypy.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/.mypy.ini b/.mypy.ini index b86abb2..e1142cf 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -14,9 +14,6 @@ ignore_missing_imports = True [mypy-pyramid.*] ignore_missing_imports = True -[mypy-sqlalchemy.*] -ignore_missing_imports = True - [mypy-webob.*] ignore_missing_imports = True -- cgit v1.2.3