File tree Expand file tree Collapse file tree 1 file changed +35
-22
lines changed Expand file tree Collapse file tree 1 file changed +35
-22
lines changed Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.1.6
4- hooks :
5- - id : ruff
6- args :
7- - " --fix"
8- - " --exit-non-zero-on-fix"
9- - repo : https://github.com/psf/black
10- rev : 23.11.0
11- hooks :
12- - id : black
13- - repo : https://github.com/pocc/pre-commit-hooks
14- rev : v1.3.5
15- hooks :
16- - id : clang-format
17- args :
18- - " -i"
19- - id : cppcheck
20- args :
21- - " --suppress=missingInclude"
22- - " --suppress=unmatchedSuppression"
23- - " --suppress=unusedFunction"
2+ - repo : https://github.com/astral-sh/ruff-pre-commit
3+ rev : v0.1.6
4+ hooks :
5+ - id : ruff
6+ args :
7+ - " --fix"
8+ - " --exit-non-zero-on-fix"
9+ - id : ruff-format
10+ - repo : https://github.com/pocc/pre-commit-hooks
11+ rev : v1.3.5
12+ hooks :
13+ - id : clang-format
14+ args :
15+ - " -i"
16+ - id : cppcheck
17+ args :
18+ - " --inline-suppr"
19+ - " --suppress=missingIncludeSystem"
20+ - " --suppress=unmatchedSuppression"
21+ - " --suppress=unusedFunction"
22+ - " --suppress=unusedStructMember"
23+ - " --suppress=useStlAlgorithm"
24+ - repo : https://github.com/cheshirekow/cmake-format-precommit
25+ rev : v0.6.10
26+ hooks :
27+ - id : cmake-format
28+ - id : cmake-lint
29+ - repo : https://github.com/pre-commit/pre-commit-hooks
30+ rev : v4.5.0
31+ hooks :
32+ - id : check-merge-conflict
33+ - id : check-toml
34+ - id : check-xml
35+ - id : check-yaml
36+ - id : detect-private-key
You can’t perform that action at this time.
0 commit comments