Skip to content

Commit 4676ef9

Browse files
committed
[skip ci] Add "E5" to [tool.ruff.lint] extend-select, remove obsolete ignore E501
1 parent b70b8eb commit 4676ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ extend-select = [
5555
"N", # pep8-naming
5656
"ARG", # flake8-unused-arguments
5757
"C4", # flake8-comprehensions
58+
"E5", # pycodestyle
5859
"EM", # flake8-errmsg
5960
"ICN", # flake8-import-conventions
6061
"PGH", # pygrep-hooks
@@ -69,7 +70,6 @@ extend-select = [
6970
]
7071
ignore = [
7172
"PLR", # Design related pylint
72-
"E501", # Line too long (Black is enough)
7373
"PT011", # Too broad with raises in pytest
7474
"SIM118", # iter(x) is not always the same as iter(x.keys())
7575
]

0 commit comments

Comments
 (0)