Skip to content

Commit 4a0b2cb

Browse files
committed
ignore ruff suggestion to not log debug on root logger
1 parent 0bcaa7d commit 4a0b2cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ ignore = [
158158
"TD002", # missing author in TODO
159159
"C901", # function too complex
160160
"PLR0911", # too many return statements
161+
"LOG015", # Use own logger instead
161162
]
162163

163164
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)