From: Daniele Varrazzo Date: Mon, 4 Oct 2021 16:33:28 +0000 (+0200) Subject: Run mypy on pool/c Python files too X-Git-Tag: 3.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2b8f34c7a042a724b2489d82b140730145198d;p=thirdparty%2Fpsycopg.git Run mypy on pool/c Python files too --- 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