Skip to content

Commit f3c1913

Browse files
authored
Remove obsolete "E501" line in pyproject.toml (#5539)
* [skip ci] Add "E5" to [tool.ruff.lint] extend-select, remove obsolete ignore E501 * [skip ci] Remove "E5" again.
1 parent 662a88c commit f3c1913

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ extend-select = [
6969
]
7070
ignore = [
7171
"PLR", # Design related pylint
72-
"E501", # Line too long (Black is enough)
7372
"PT011", # Too broad with raises in pytest
7473
"SIM118", # iter(x) is not always the same as iter(x.keys())
7574
]

0 commit comments

Comments
 (0)