]> git.ipfire.org Git - thirdparty/psycopg.git/commit
style: add isort plugin to sort imports with the desired style
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 12 Feb 2025 12:26:40 +0000 (13:26 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 13 Feb 2025 10:26:15 +0000 (11:26 +0100)
commit981685b06c34b0dac5d13bc102f063d21ecbaa96
treebb78e38449584e392ed230b731cf27c85a0dbd02
parentbe4e811369e446188e3ffd6c000dd32eec594023
style: add isort plugin to sort imports with the desired style

Sort imports by length, imported objects naturally.
.gitignore
tools/isort-psycopg/README.rst [new file with mode: 0644]
tools/isort-psycopg/isort_psycopg.py [new file with mode: 0644]
tools/isort-psycopg/pyproject.toml [new file with mode: 0644]