diff --git a/pyproject.toml b/pyproject.toml index c44cb76b..8e819d2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ wavelink = ["py.typed"] [tool.ruff] line-length = 120 indent-width = 4 -exclude = ["venv"] +exclude = ["venv", "docs/"] [tool.ruff.lint] select = [