From 78517e76e51fbe01ee7dfbde34d60db7119c1150 Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Tue, 2 Nov 2021 15:25:23 +0100 Subject: [PATCH] Let mypy check tests/scripts code --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6453cc387..0c8390e4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ files = [ "tests/dbapi20.py", "tests/pool", "tests/pq", + "tests/scripts", "tests/test_psycopg_dbapi20.py", "tests/test_sql.py", "tests/types", -- 2.47.2