Skip to content

코드 스타일 통일 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ParkGyeongTae opened this issue Mar 8, 2025 · 4 comments
Open

코드 스타일 통일 #8

ParkGyeongTae opened this issue Mar 8, 2025 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@ParkGyeongTae
Copy link
Contributor

문제점

  • 파이썬 코드마다 코드 스타일이 통일되어 있지 않음.
  • IDE 마다 적절한 코드 스타일 통일 도구를 문서화하면, 코드를 읽고 작성하는데 불필요한 시간을 줄일 수 있음.

해결방안 (제안)

  • black, isort 등의 라이브러리를 통해 코드 스타일을 통일하는 방법
  • 나아가, pylint를 의무화하여 기능 PR시 수정된 코드의 린트 점수가 낮으면 PR을 못하게 설정
@nonegom
Copy link
Contributor

nonegom commented Mar 9, 2025

github로 CI를 구축해두는 것도 하나의 방법이 될 수 있을 것 같습니다!

@ParkGyeongTae
Copy link
Contributor Author

@nonegom 오~ 더 좋은 것 같습니다!

@ehddnr301
Copy link
Collaborator

각자 회사의 얘기를 첨언해주시면 감사하겠습니다.

  • black & pre-commit
  • ruff (rust 기반 린팅)

@bongkyunSON
Copy link

저는 black을 사용하고있습니다!

@ehddnr301 ehddnr301 added the enhancement New feature or request label Mar 11, 2025
@ParkGyeongTae ParkGyeongTae self-assigned this Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants