We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"E501"
1 parent 662a88c commit f3c1913Copy full SHA for f3c1913
pyproject.toml
@@ -69,7 +69,6 @@ extend-select = [
69
]
70
ignore = [
71
"PLR", # Design related pylint
72
- "E501", # Line too long (Black is enough)
73
"PT011", # Too broad with raises in pytest
74
"SIM118", # iter(x) is not always the same as iter(x.keys())
75
0 commit comments