diff --git a/pyproject.toml b/pyproject.toml index 28adef9..84ad3c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -[tool.poetry] + [tool.poetry] name = "dangerzone" version = "0.8.0" description = "Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs" @@ -68,6 +68,12 @@ verbosity = 3 # images that are a few days behind. See also: docs/developer/doit.md use_cache = false +[tool.ruff.lint] +select = [ + # isort + "I", +] + [build-system] requires = ["poetry-core>=1.2.0"] build-backend = "poetry.core.masonry.api"