]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Let mypy check tests/pq code
authorDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 28 Oct 2021 09:35:04 +0000 (11:35 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 3 Nov 2021 15:53:05 +0000 (16:53 +0100)
pyproject.toml

index 82a801c3ae6f6c54b5b2dfa09905327025c194e8..50540a67f0359d65f8346a6d297487e78c256899 100644 (file)
@@ -19,6 +19,7 @@ files = [
     "psycopg/psycopg",
     "psycopg_pool/psycopg_pool",
     "psycopg_c/psycopg_c",
+    "tests/pq",
     "tests/types",
 ]
 warn_unused_ignores = true