From: Daniele Varrazzo Date: Sun, 7 Sep 2025 14:05:58 +0000 (+0200) Subject: chore: restrict flake8 ignore on generated file to lines length only X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c3fc9f698f199755a2ae1107a6e41311b9150f8;p=thirdparty%2Fpsycopg.git chore: restrict flake8 ignore on generated file to lines length only --- diff --git a/.flake8 b/.flake8 index 141e4da14..0cc6c5ff5 100644 --- a/.flake8 +++ b/.flake8 @@ -12,7 +12,7 @@ per-file-ignores = psycopg/psycopg/errors.py: E125, E128, E302 # Allow concatenated string literals from async_to_sync - psycopg/psycopg/connection.py + psycopg/psycopg/connection.py: E501 psycopg_pool/psycopg_pool/pool.py: E501 # Pytest's importorskip() getting in the way