Skip to content

Commit

Permalink
fix: ruff should be dev dep
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Sep 25, 2023
1 parent f57eb1e commit c3b2b26
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 38 deletions.
62 changes: 25 additions & 37 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ async-selective-queue = "^0.1.0"
aiohttp = "^3.8.1"
pydantic = "^1.10.2"
blessings = "^1.7"
ruff = "^0.0.287"

[tool.poetry.dev-dependencies]
black = "^22.6.0"
ruff = "^0.0.287"
pre-commit = "^2.20.0"
pytest = "^7.1.2"
pytest-asyncio = "^0.19.0"
Expand Down

0 comments on commit c3b2b26

Please sign in to comment.