Skip to content

Commit

Permalink
Forgot to move linters to own group
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Feb 9, 2024
1 parent 6a8f432 commit 67d7f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ python-multipart = "^0.0.7"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
black = "^24.1.1"


[tool.poetry.group.linters.dependencies]
ruff = "^0.1.15"
black = "^24.1.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 67d7f81

Please sign in to comment.