pyproject: re-enable line wrapping for autopep8
The problem noted in the configuration file no longer occurs, re-enabling line wrapping (E501).
This commit is contained in:
@@ -20,11 +20,6 @@ ignore = [
|
|||||||
# Why disable? Re-ordering imports is disruptive and breaks some scripts
|
# Why disable? Re-ordering imports is disruptive and breaks some scripts
|
||||||
# that need to check if a module has already been loaded in the case of reloading.
|
# that need to check if a module has already been loaded in the case of reloading.
|
||||||
"E402",
|
"E402",
|
||||||
# Info: Try to make lines fit within --max-line-length characters.
|
|
||||||
# Why disable? Causes lines to be wrapped, where long lines have the trailing bracket moved to the end of the line.
|
|
||||||
# If trailing commas were respected as they are by clang-format this might be acceptable.
|
|
||||||
# Note that this doesn't disable all line wrapping.
|
|
||||||
"E501",
|
|
||||||
# Info: Fix various deprecated code (via lib2to3)
|
# Info: Fix various deprecated code (via lib2to3)
|
||||||
# Why disable? Does nothing besides incorrectly adding a duplicate import,
|
# Why disable? Does nothing besides incorrectly adding a duplicate import,
|
||||||
# could be reported as a bug except this is likely to be removed soon, see:
|
# could be reported as a bug except this is likely to be removed soon, see:
|
||||||
|
|||||||
Reference in New Issue
Block a user