pycodestyle | PEP 8에 명시된 스타일 가이드를 기반으로 파이썬 코드를 체크해주는 패키지 |
---|---|
pylint | Pylint is a Python static code analysis tool which looks for programming errors, helps enforcing a coding standard, sniffs for code smells and offers simple refactoring suggestions. |
black | pep8 compliant하고 독자적인 스타일의 code formatter |
Style Checker, Formatter
This post is licensed under CC BY 4.0 by the author.
Comments powered by Disqus.