From 17dff95209a3ce406e71e2db9f174d88732c7c11 Mon Sep 17 00:00:00 2001 From: Mariana Moreira <mtrocadomoreira@gmail.com> Date: Mon, 21 Oct 2024 17:57:48 +0200 Subject: [PATCH] chore: add ruff as dev dependency --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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]