How to get rid of a vertical line in the Pycharm editor

Asked

Viewed 49 times

-2

to incindo agr in Python and to using pycharm, and soon after opening the editor and has a vertical line, HOW I’ll get rid of that?

1 answer

-1


That line is to help you, after all, the pycharm has an integration with the pep8 and if I’m not mistaken, that represents the maximum size that a line should have according to the pep8, and when that line is exceeded it shows ways to break the line and make the code cleaner. Anyway I hope I cried out...

"PEP 8, sometimes written PEP8 or PEP-8, is a document that provides guidelines and best practices on how to write Python code. ... The main focus of PEP 8 is to improve the readability and consistency of Python code. PEP stands for Python Enhancement Proposal, and there are several of them."

  • Aaaaaa so that’s it, thank you very much:)

  • if it helped, give an upvote on my answer to help :)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.