Skip to content

Commit 569ba46

Browse files
committed
Do not lint docs dir
1 parent 24b4684 commit 569ba46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ ignore = [
8282
ignorelist = ["id"]
8383

8484
[tool.ruff.lint.per-file-ignores]
85+
"docs/*" = ["ALL"]
8586
"minfraud/models,.py" = [ "D107", "PLR0913" ]
8687
"tests/*" = ["ANN201", "D"]
8788

0 commit comments

Comments
 (0)