Skip to content

Commit 3903395

Browse files
committed
style: ignore style in doc files
1 parent e2f8a54 commit 3903395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ build-backend = "uv_build"
5858

5959
[tool.ruff]
6060
line-length = 80
61-
exclude = ["src/resolver_athena_client/generated/*"]
61+
exclude = ["src/resolver_athena_client/generated/*", "docs"]
6262

6363
[tool.ruff.lint]
6464
select = ["ALL"]

0 commit comments

Comments
 (0)