]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Let mypy check tests/test_sql.py
authorDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 2 Nov 2021 10:32:46 +0000 (11:32 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 3 Nov 2021 15:53:47 +0000 (16:53 +0100)
pyproject.toml

index 50540a67f0359d65f8346a6d297487e78c256899..89a9302261fe984558db281b785efe2454c04e11 100644 (file)
@@ -20,6 +20,7 @@ files = [
     "psycopg_pool/psycopg_pool",
     "psycopg_c/psycopg_c",
     "tests/pq",
+    "tests/test_sql.py",
     "tests/types",
 ]
 warn_unused_ignores = true