[PATCH] pglister: Fix pycodestyle errors

From: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
To: PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] pglister: Fix pycodestyle errors
Date: 2023-08-12 14:17:19
Message-ID: 8d98def2-4f14-56c9-70e8-72771f55a70f@cmatte.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

pglister doesn't pass Debian bookworm's version of pycodestyle
This patch fixes the following errors:
E275 missing whitespace after keyword
E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
--
Célestin Matte

Attachment Content-Type Size
0001-Fix-pycodestyle-errors.patch text/x-patch 1.5 KB

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Jelte Fennema 2023-08-14 09:24:41 Wiki editor request
Previous Message Dave Page 2023-08-11 10:16:27 Re: [filtered] Re: PostgreSQL 15.4, 14.9, 13.12, 12.16, 11.21, and PostgreSQL 16Beta 3 Released!