From 3a2b8f34c7a042a724b2489d82b140730145198d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 4 Oct 2021 18:33:28 +0200 Subject: [PATCH] Run mypy on pool/c Python files too --- .mypy.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mypy.ini b/.mypy.ini index 46466c509..2c6008cfa 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,9 +1,8 @@ [mypy] -files = psycopg/psycopg +files = psycopg/psycopg, psycopg_pool/psycopg_pool, psycopg_c/psycopg_c warn_unused_ignores = True show_error_codes = True strict = True -mypy_path = psycopg_c, psycopg_pool [mypy-pytest] ignore_missing_imports = True -- 2.47.2