Skip to content

Commit

Permalink
Added ruff deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Aug 14, 2024
1 parent 0e111d6 commit 63fa139
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
29 changes: 28 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python = "^3.8.1"
taskiq = ">=0.6.0,<1"
aio-pika = "^9.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
isort = "^5.10.1"
mypy = "^1"
Expand All @@ -34,6 +34,7 @@ anyio = "^3.6.1"
pytest-cov = "^3.0.0"
mock = "^4.0.3"
types-mock = "^4.0.15"
ruff = "^0.5.7"

[tool.mypy]
strict = true
Expand Down

0 comments on commit 63fa139

Please sign in to comment.