Skip to content

Commit

Permalink
chore: ignore some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed May 24, 2024
1 parent fcf04bd commit 7739509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
exclude = ["templates"]
lint.ignore = [
"E731", # lambda-assignment
"E741", # ambiguous-variable-name
]

0 comments on commit 7739509

Please sign in to comment.