We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f8a54 commit 3903395Copy full SHA for 3903395
1 file changed
pyproject.toml
@@ -58,7 +58,7 @@ build-backend = "uv_build"
58
59
[tool.ruff]
60
line-length = 80
61
-exclude = ["src/resolver_athena_client/generated/*"]
+exclude = ["src/resolver_athena_client/generated/*", "docs"]
62
63
[tool.ruff.lint]
64
select = ["ALL"]
0 commit comments