From: Daniele Varrazzo Date: Thu, 13 Feb 2025 13:36:33 +0000 (+0100) Subject: ci: add missing dependency to run isort --color X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a50c6f91e191686ae6767ee4d0f622069576ca3c;p=thirdparty%2Fpsycopg.git ci: add missing dependency to run isort --color --- diff --git a/psycopg/pyproject.toml b/psycopg/pyproject.toml index f3a291f6b..f0af04527 100644 --- a/psycopg/pyproject.toml +++ b/psycopg/pyproject.toml @@ -83,7 +83,7 @@ dev = [ "codespell >= 2.2", "dnspython >= 2.1", "flake8 >= 4.0", - "isort >= 6.0", + "isort[colors] >= 6.0", "isort-psycopg", "mypy >= 1.14", "pre-commit >= 4.0.1",