Skip to content

Commit 7739509

Browse files
committed
chore: ignore some warnings
1 parent fcf04bd commit 7739509

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ruff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
exclude = ["templates"]
2+
lint.ignore = [
3+
"E731", # lambda-assignment
4+
"E741", # ambiguous-variable-name
5+
]

0 commit comments

Comments
 (0)