내 사랑 파이썬 ✨

python도 Linter, Formatter가 있다니..!!

dalin❤️ 2022. 6. 23. 21:56

python도 linter, formatter가 있다는 걸 알게 되었다.. 당연한 거긴 하겠지만 신기하다..ㅎㅎ

웹 프론트엔드 개발할 때 ESlint(linter), Prettier(formatter)를 사용했다. 처음 보고 신세계라고 생각했다.ㅎㅎ 자동으로 따옴표, 앞에 띄어쓰기 등이 맞춰지고, 깔끔한 코드를 쓸 수 있게 도와주었기 때문이다. 

Eslint를 검색해보니 'JavaScript linter'라고 뜬다. Prettier도 찾아보니 code formatter라고 하고 지원 가능한 언어 목록이 나온다. 

prettier설명

출처:https://prettier.io/docs/en/index.html

Prettier와 ESlint에서 지원하는 언어를 명시한 것은 javascript에만 linter, formatter가 있는 게 아니라 다른 언어들도 있다는 걸 암시하는 것 같다! 

여기 VS code에서 나온 안내 문서가 있다.

https://code.visualstudio.com/docs/python/linting

 

Linting Python in Visual Studio Code

Linting Python in Visual Studio Code

code.visualstudio.com

 

이제 파이썬도 linter, formatter와 함께 즐겁게 코딩해야 겠다 ! !

(다음에 적용법도 써보는 걸로 ㅎㅎ)

728x90

'내 사랑 파이썬 ✨' 카테고리의 다른 글

파이콘 신청했다 >_ㅇ  (0) 2022.09.23
파이썬 [::-1]  (0) 2021.10.08
파이썬 inf  (0) 2021.10.08
ord  (0) 2021.10.08
for ~else  (0) 2021.10.08