Skip to content

Commit

Permalink
Add ruff to pyproject (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
groves authored Nov 11, 2023
1 parent 92c85a1 commit 7aba929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ hyperer-ruff = 'hyperer.ruff:main'

[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
ruff = "^0.1.5"

[tool.ruff]
exclude = ['ruff_check_raiser.py']
Expand Down

0 comments on commit 7aba929

Please sign in to comment.