From: Denis Laxalde Date: Tue, 2 Nov 2021 10:32:46 +0000 (+0100) Subject: Let mypy check tests/test_sql.py X-Git-Tag: 3.0.2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb9e20833d51142e80c3e4f8424176744541687;p=thirdparty%2Fpsycopg.git Let mypy check tests/test_sql.py --- diff --git a/pyproject.toml b/pyproject.toml index 50540a67f..89a930226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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