]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Let mypy check tests/scripts code
authorDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 2 Nov 2021 14:25:23 +0000 (15:25 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 3 Nov 2021 15:56:06 +0000 (16:56 +0100)
pyproject.toml

index 6453cc387aff5bf37b50a2d11e7a6d86297958b5..0c8390e4c7de953c83599d852bec5072bc484754 100644 (file)
@@ -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",