Skip to content

Commit d98f368

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

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
@@ -97,10 +97,11 @@ extend-select = [
9797
"W", # pycodestyle warnings
9898
"RUF", # ruff
9999
]
100-
fixable = ["ALL"]
101100
allowed-confusables = ["", ""]
102101
extend-ignore = [
103102
]
103+
ignore = ["E501"]
104+
104105
[tool.ruff.lint.isort]
105106
required-imports = ["from __future__ import annotations"]
106107

0 commit comments

Comments
 (0)