Skip to content

Commit 2f8c75d

Browse files
committed
Minor formatting fix in pyproject.toml
1 parent 03b6d23 commit 2f8c75d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,13 @@ reynir = ["py.typed"]
6767

6868
[tool.ruff]
6969
line-length = 88
70+
71+
[tool.ruff.lint]
7072
#lint.select = ["ALL"] # We use default rules for now
7173
# extend-select = ["E501"] # Complain about line length
7274
# Ignore specific rules
7375
# (we should aim to have these as few as possible)
74-
lint.ignore = [
76+
ignore = [
7577
"E731", # 'E731: Do not assign a lambda expression, use a def'
7678
]
7779

0 commit comments

Comments
 (0)