Skip to content

Commit 810d0cc

Browse files
committed
add black linter
1 parent 5417603 commit 810d0cc

File tree

2 files changed

+120
-2
lines changed

2 files changed

+120
-2
lines changed

poetry.lock

Lines changed: 119 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages = [{include = "tutorial_aiopika"}]
99
[tool.poetry.dependencies]
1010
python = "^3.11"
1111
aio-pika = "^9.4.0"
12+
black = "^24.1.1"
1213

1314

1415
[build-system]

0 commit comments

Comments
 (0)