We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b4684 commit 569ba46Copy full SHA for 569ba46
1 file changed
pyproject.toml
@@ -82,6 +82,7 @@ ignore = [
82
ignorelist = ["id"]
83
84
[tool.ruff.lint.per-file-ignores]
85
+"docs/*" = ["ALL"]
86
"minfraud/models,.py" = [ "D107", "PLR0913" ]
87
"tests/*" = ["ANN201", "D"]
88
0 commit comments