Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
변경 사항
현재 레포지토리는 코드 작성자에 따라 코딩 스타일이 매우 다릅니다. 이 PR은 코드 가독성 및 유지보수성을 개선하기 위해, 코드베이스가 black formatter 가이드라인을 따르도록 Github Actions을 통해 자동화하여 관리합니다.
이 변경으로 모든 Push / PR에서 black formatter를 실행하는 GitHub Actions 워크플로우가 추가됩니다. 이 워크플로우는
rickstaa/action-black@v1
액션을 사용하여 코드베이스에 black formatter를 적용하고,stefanzweifel/git-auto-commit-action@v5
액션을 사용하여 변경 사항을 자동으로 커밋합니다.기타
로컬에서 black formatter를 적용하는 방법: 링크