1. 라이브러리 인스톨
pip install pep8
==> 향후 pycodestyle 변경
pip install pycodestyle
2. 체크
pep8 test.py
출력 : Exx => 코딩 규칙상 Erorr Wxx => 코딩 규칙상 Warning
'Language > python' 카테고리의 다른 글
| 유용한 python 라이브러리 (0) | 2019.03.29 |
|---|---|
| library 패스 지정 (0) | 2019.03.29 |
| python supervisord 구성 (0) | 2018.01.04 |
| python 버전 바꾸기 (0) | 2018.01.03 |
| python elk (0) | 2017.06.06 |