I'm new to Python. I'm using Spyder 4.0.1, Python 3.7. The Spyder built-in PEP-8 convention code style check returns error E501 (line too long). Although I set the vertical line and wrap lines, it still shows error for the long characters line. Pycharm would wrap lines automatically, but I cannot find any effective solution in Spyder. What should I do? Do I have to press Enter manually for the long line? Thanks.


