Skip to content

Commit

Permalink
[lint] refine pre commit (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
robin1001 authored Dec 6, 2023
1 parent eccc66d commit f186b29
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ repos:
rev: 'v0.32.0'
hooks:
- id: yapf
- repo: https://gitlab.com/daverona/pre-commit/cpp
rev: '0.8.0'
- repo: https://github.com/cpplint/cpplint
rev: '1.6.1'
hooks:
- id: cpplint
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v17.0.6'
hooks:
- id: clang-format

0 comments on commit f186b29

Please sign in to comment.