diff --git a/pyproject.toml b/pyproject.toml index 5fdec41..a5aec37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "build>=1.2,<2", "pytest>=8,<10", "pytest-asyncio>=0.23,<2", - "ruff>=0.15,<0.16", + "ruff>=0.15,<0.17", ] [tool.pytest.ini_options] @@ -56,6 +56,9 @@ asyncio_mode = "auto" target-version = "py310" line-length = 120 +[tool.ruff.lint] +select = ["E4", "E7", "E9", "F"] + [tool.ruff.lint.per-file-ignores] "tests/test_landscaping_ticket_workflow.py" = ["E402"]