Frage

What are the specific settings in PyScripter that can make your code conform to the PEP 8 specs? I'm happy to go through this manually. Just thought someone on here might have done this already and have them ready at hand. Alternatively is there an IDE that has templates set up that conform to coding conventions?

Is pep8 checker my only solution?

War es hilfreich?

Lösung

i also use PyScripter but i use PyLint externally to check my code, which helps me to add the documentations and other little issues to be solved later rather than the PyScripter to show me red lines all the time.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top