소스 검색
Update pre-commit hook pre-commit/pre-commit-hooks to v6
pull/4482/head
renovate[bot]
1 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.pre-commit-config.yaml
|
|
|
@@ -6,7 +6,7 @@ exclude: "LICENSES/" |
|
|
|
# See: https://pre-commit.com/hooks.html |
|
|
|
repos: |
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
|
|
rev: v5.0.0 |
|
|
|
rev: v6.0.0 |
|
|
|
hooks: |
|
|
|
# - id: check-executables-have-shebangs |
|
|
|
- id: check-added-large-files |
|
|
|
|