문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top