Skip to content

Commit

Permalink
Adding ruff as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstella committed Sep 12, 2024
1 parent 7ed5e02 commit 9aa1607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ gitpython = "^3.1.43"
setuptools = ">=69.5.1,<75.0.0"
[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
ruff = "^0.6.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 9aa1607

Please sign in to comment.