Skip to content

Commit affd73d

Browse files
committed
chore: fix ruff configuration
Signed-off-by: Yves Bastide <yves@botify.com>
1 parent 0ecc68d commit affd73d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ extend-select = [
6767
"W", # pycodestyle warnings
6868
"RUF", # ruff
6969
]
70-
fixable = ["ALL"]
7170
allowed-confusables = ["", ""]
7271
extend-ignore = [
7372
]
73+
ignore = ["E501"]
74+
7475
[tool.ruff.lint.isort]
7576
required-imports = ["from __future__ import annotations"]
7677

0 commit comments

Comments
 (0)