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.
1 parent 662a88c commit b6fb893Copy full SHA for b6fb893
pyproject.toml
@@ -55,6 +55,7 @@ extend-select = [
55
"N", # pep8-naming
56
"ARG", # flake8-unused-arguments
57
"C4", # flake8-comprehensions
58
+ "E5", # pycodestyle
59
"EM", # flake8-errmsg
60
"ICN", # flake8-import-conventions
61
"PGH", # pygrep-hooks
@@ -69,7 +70,6 @@ extend-select = [
69
70
]
71
ignore = [
72
"PLR", # Design related pylint
- "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