已合并
调整yaml文件格式 #2593
张旭创建于 5月6日
调整yaml文件格式 #2593
已合并
张旭创建于 5月6日
1 个文件变更+17-17
@@ -1,18 +1,18 @@
1repos:1repos:
2- - repo: https://github.com/pre-commit/mirrors-clang-format2+ - repo: https://github.com/pre-commit/mirrors-clang-format
3- rev: v16.0.03+ rev: v16.0.0
4- hooks:4+ hooks:
5- - id: clang-format5+ - id: clang-format
6- types_or: [c++, c]6+ types_or: [c++, c]
7- 7+ 
8- # OAT compliance check (Open Source Audit Tool)8+ # OAT compliance check (Open Source Audit Tool)
9- - repo: local9+ - repo: local
10- hooks:10+ hooks:
11- - id: oat-check11+ - id: oat-check
12- name: OAT Compliance Check12+ name: OAT Compliance Check
13- entry: bash scripts/oat_check.sh13+ entry: bash scripts/oat_check.sh
14- language: system14+ language: system
15- pass_filenames: true15+ pass_filenames: true
16- types: [file]16+ types: [file]
17- stages: [commit]17+ stages: [commit]
18- verbose: true18+ verbose: true