diff --git a/pyproject.toml b/pyproject.toml index a907692..6488008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dev-dependencies = [ "pytest>=8.3.2", ] -[tool.ruff] +[tool.ruff.lint] select = ["E","F","I"] ignore = ["E402"]