mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-24 16:59:14 +00:00
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.
This commit is contained in:
committed by
GitHub
parent
662a88cbc1
commit
f3c1913827
@@ -69,7 +69,6 @@ extend-select = [
|
|||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
"PLR", # Design related pylint
|
"PLR", # Design related pylint
|
||||||
"E501", # Line too long (Black is enough)
|
|
||||||
"PT011", # Too broad with raises in pytest
|
"PT011", # Too broad with raises in pytest
|
||||||
"SIM118", # iter(x) is not always the same as iter(x.keys())
|
"SIM118", # iter(x) is not always the same as iter(x.keys())
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user