짧은하루
파이참(Pycharm) 코딩 스타일 적용하기 (구글 스타일) 본문
Pycharm은 코딩 스타일을 지정할 수 있습니다.
이렇게 코딩 스타일을 적용하면 에디터에서 밑줄을 통해 수정해야할 부분을 알려줍니다.
mac
왼쪽 상단 Pycharm > Perferences >
Tools > Python Integrated Tools > Docstrings > Docstring format
Ubuntu
왼쪽 상단 File > Settings >
Tools > Python Integrated Tools > Docstrings > Docstring format
저는 Google 형식을 적용했습니다.
https://google.github.io/styleguide/pyguide.html#s3-python-style-rules
반응형
'Language > python' 카테고리의 다른 글
python 가정 설정문 (assert) (0) | 2021.09.23 |
---|---|
python 함수 return에 아무것도 없을 때 (0) | 2021.09.15 |
python 환경 변수 설정 (os.environ) (0) | 2021.09.14 |
python __file__ , 경로 반환하기 (0) | 2021.09.13 |
python 데코레이터 @property (0) | 2021.09.13 |
Comments