]> git.ipfire.org Git - thirdparty/psycopg.git/commit
chore: make code compatible with Mypy 1.14 and 1.16
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 2 Jun 2025 12:29:56 +0000 (13:29 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 2 Jun 2025 12:29:56 +0000 (13:29 +0100)
commita4de2679590120b01430d7ed65324535e1546c2a
tree87786c22b7fa620cf0f7cdee6400accac97758ce
parentf69c66a8cc5d9f643298fab57ab2bbf84fca7123
chore: make code compatible with Mypy 1.14 and 1.16

The master branch moved to a minimum 1.16, but Python 3.8 is only
supported up to Mypy < 1.15.

Therefore introduce an ignore[override] required in Mypy 1.16 but ignore
the complaint of Mypy 1.14.
pyproject.toml
tests/scripts/spiketest.py