You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
추가된 파일:
- scripts/hooks/pre-commit: ruff check 실행 훅
- scripts/setup-hooks.sh: 훅 설치 스크립트
기능:
- 커밋 전 staged Python 파일에 대해 ruff check 자동 실행
- 린트 에러 발견 시 커밋 차단
- CI 실패 사전 방지
설치 방법:
```bash
./scripts/setup-hooks.sh
```
우회 방법 (특별한 경우만):
```bash
git commit --no-verify
```
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments