diff --git a/pyproject.toml b/pyproject.toml index b897dc7..f90db30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,15 @@ reportUnnecessaryTypeIgnoreComment = "error" reportPropertyTypeMismatch = "error" reportMissingModuleSource = "none" +exclude = [ + "**/__pycache__", + ".git", + ".venv", + "openpgp/*", + "pgp/*", + "triggers/*", +] + [tool.ruff] line-length = 88 target-version = "py310"