aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-04-18 22:48:29 +0200
committerDaniel Schadt <kingdread@gmx.de>2024-04-18 22:48:29 +0200
commitc9cde87237eec537198c5d53347c81da7191d5c6 (patch)
treef823e4e68e7965d4814bef6a0ad33559c62bb1a2
parentec9fb0456bb6d21abf71c9fb2f07351d9e1da657 (diff)
downloadfietsboek-c9cde87237eec537198c5d53347c81da7191d5c6.tar.gz
fietsboek-c9cde87237eec537198c5d53347c81da7191d5c6.tar.bz2
fietsboek-c9cde87237eec537198c5d53347c81da7191d5c6.zip
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.
-rw-r--r--.mypy.ini3
1 files changed, 0 insertions, 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