diff --git a/pyproject.toml b/pyproject.toml index b4fa720..55b3558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,14 +28,14 @@ packages = ["src/mudlib"] [tool.ruff] src = ["src"] line-length = 88 -exclude = ["repos"] +exclude = ["repos", ".worktrees"] [tool.ruff.lint] select = ["E", "F", "I", "UP", "B", "SIM"] [tool.pyright] pythonVersion = "3.12" -exclude = ["repos", ".venv"] +exclude = ["repos", ".worktrees", ".venv"] [tool.pytest.ini_options] testpaths = ["tests"]