Skip to content

Commit 63fa139

Browse files
committed
Added ruff deps.
1 parent 0e111d6 commit 63fa139

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

poetry.lock

+28-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python = "^3.8.1"
2323
taskiq = ">=0.6.0,<1"
2424
aio-pika = "^9.0"
2525

26-
[tool.poetry.dev-dependencies]
26+
[tool.poetry.group.dev.dependencies]
2727
pytest = "^7.0"
2828
isort = "^5.10.1"
2929
mypy = "^1"
@@ -34,6 +34,7 @@ anyio = "^3.6.1"
3434
pytest-cov = "^3.0.0"
3535
mock = "^4.0.3"
3636
types-mock = "^4.0.15"
37+
ruff = "^0.5.7"
3738

3839
[tool.mypy]
3940
strict = true

0 commit comments

Comments
 (0)