Skip to content

Commit

Permalink
chore: add ruff as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrocadomoreira committed Oct 21, 2024
1 parent 7f49505 commit 17dff95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pytest = "^8.3.3"
hypothesis = "^6.115.3"
pytest-mock = "^3.14.0"
python-semantic-release = "^9.12.0"
ruff = "^0.7.0"

[project]
name = "ozzy"
Expand Down Expand Up @@ -148,4 +149,6 @@ upload_to_vcs_release = true
[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]
]

[tool.ruff]

0 comments on commit 17dff95

Please sign in to comment.