We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b6d23 commit 2f8c75dCopy full SHA for 2f8c75d
pyproject.toml
@@ -67,11 +67,13 @@ reynir = ["py.typed"]
67
68
[tool.ruff]
69
line-length = 88
70
+
71
+[tool.ruff.lint]
72
#lint.select = ["ALL"] # We use default rules for now
73
# extend-select = ["E501"] # Complain about line length
74
# Ignore specific rules
75
# (we should aim to have these as few as possible)
-lint.ignore = [
76
+ignore = [
77
"E731", # 'E731: Do not assign a lambda expression, use a def'
78
]
79
0 commit comments