Skip to content

Commit 3cb82a0

Browse files
committed
🔧 Fix (workflow): added colors dependency
1 parent afd5389 commit 3cb82a0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎poetry.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ email-validator = "^2.1.1"
7171
python-dotenv = "^1.0.1"
7272
sqlalchemy = "^2.0.29"
7373
psycopg = {extras = ["binary", "pool"], version = "^3.1.18"}
74-
isort = "^5.13.2"
74+
isort = {extras = ["colors"], version = "^5.13.2"}
7575
black = "^24.4.2"
7676
ruff = "^0.4.2"
7777
mypy = "^1.10.0"

0 commit comments

Comments
 (0)