diff --git a/pyproject.toml b/pyproject.toml index b4eb996..49d939c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -148,4 +149,6 @@ upload_to_vcs_release = true [tool.pytest.ini_options] addopts = [ "--import-mode=importlib", -] \ No newline at end of file +] + +[tool.ruff]