Quantcast
Channel: Why does PyCharm use 120 Character Lines even though PEP8 Specifies 79? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Austin Heller for Why does PyCharm use 120 Character Lines even...

If you want to remove the limit warning altogether you can take the following steps:In PyCharm, click File > SettingsIn the project settings section, click Editor > InspectionsIn the list that...

View Article



Answer by munk for Why does PyCharm use 120 Character Lines even though PEP8...

PyCharm is built on top of IntelliJ. IntelliJ has a default line length of 120 characters. This is probably because you can't fit a common Java name like: @annotated public static...

View Article

Answer by Jon Kiparsky for Why does PyCharm use 120 Character Lines even...

AFAIK, PEP8 has never allowed 120 characters, but not everyone follows PEP8. To answer your question: stay under 80 characters, both from common courtesy and good sense.

View Article

Why does PyCharm use 120 Character Lines even though PEP8 Specifies 79?

PEP8 clearly specifies 79 characters, however, PyCharm defaults to 120 and gives me the warning "PEP8: line too long (... > 120 characters)". Did previous versions of PEP8 use 120 and PyCharm not...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images