ruff: Enable E5 check
... to enforce maximum line length (70 characters). Change-Id: I1a32bfa19e020bc98e99c36937ac4c5cda692470 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -71,7 +71,7 @@ quote-style = "preserve"
|
|||||||
docstring-code-format = true
|
docstring-code-format = true
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = ["E4", "E7", "E9", "F", "S", "UP"]
|
select = ["E4", "E5", "E7", "E9", "F", "S", "UP"]
|
||||||
ignore = [
|
ignore = [
|
||||||
# we only use asserts for type narrowing
|
# we only use asserts for type narrowing
|
||||||
"S101",
|
"S101",
|
||||||
|
|||||||
Reference in New Issue
Block a user