Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top