diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index f4a2b9d..d4a2890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,10 @@ landlock = {version = "^1.0.0.dev4", platform = "linux"} [tool.poetry.plugins."poetry.plugin"] restrict = "poetry_restrict_plugin.plugin:RestrictPlugin" + +[tool.poetry.group.dev.dependencies] +ruff = "^0.11.0" + [build-system] requires = ["poetry-core>=1.2.0"] build-backend = "poetry.core.masonry.api" |