]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
disable isort in pyproject.toml
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Oct 2022 15:12:25 +0000 (11:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Oct 2022 15:14:01 +0000 (11:14 -0400)
commit1a29f86e6591628cd0de189bcf624d88995fd486
treed4b8c6637debb9a5b93bc135baf54bcc8f97faa8
parent5d45f5eb750e73a1e77175041f2c5751e93b3c57
disable isort in pyproject.toml

disable isort, for IDEs that just default isort to be turned on, e.g. vscode.
we use flake8-import-order for import sorting, using zimports to actually
reformat code.  isort is nicer in many ways but doesn't have our
"import *" fixer and also is not 100% compatible with flake8-import-order.

Change-Id: I8e53d475cdc1d6178e2c9276d2b21d47be207ede
(cherry picked from commit e8da50ce0f0474bc89cee15603931760cb6c55ce)
pyproject.toml