From ceb9e20833d51142e80c3e4f8424176744541687 Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Tue, 2 Nov 2021 11:32:46 +0100 Subject: [PATCH] Let mypy check tests/test_sql.py --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3