From: Denis Laxalde Date: Tue, 2 Nov 2021 14:25:23 +0000 (+0100) Subject: Let mypy check tests/scripts code X-Git-Tag: 3.0.2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78517e76e51fbe01ee7dfbde34d60db7119c1150;p=thirdparty%2Fpsycopg.git Let mypy check tests/scripts code --- 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",