We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf04bd commit 7739509Copy full SHA for 7739509
ruff.toml
@@ -1 +1,5 @@
1
exclude = ["templates"]
2
+lint.ignore = [
3
+ "E731", # lambda-assignment
4
+ "E741", # ambiguous-variable-name
5
+]
0 commit comments