diff --git a/ruff.toml b/ruff.toml index 9b421f1..c6cd6de 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1 +1,5 @@ exclude = ["templates"] +lint.ignore = [ + "E731", # lambda-assignment + "E741", # ambiguous-variable-name +]