Skip to content

Commit 0bbf02b

Browse files
committed
Ignore examples folder for ruff
1 parent bbd7242 commit 0bbf02b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ isort = { combine-as-imports = true, known-first-party = ["guardrails"] }
9191
convention = "google"
9292

9393
[tool.ruff.lint.extend-per-file-ignores]
94-
"tests/**" = ["E501"]
94+
"tests/**" = ["E501", "D100", "D103", "D104"]
95+
"examples/**" = ["D100", "D103", "D104"]
9596

9697
[tool.ruff.format]
9798
docstring-code-format = true

0 commit comments

Comments
 (0)