diff --git a/pyproject.toml b/pyproject.toml index 13571b0..bce8acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,3 +68,10 @@ Homepage = "https://github.com/perrette/scribe" [project.scripts] scribe = "scribe.app:main" scribe-install = "scribe.install_desktop:main" + + +[tool.ruff] +force-exclude = true + +[tool.ruff.format] +exclude = ["**"]