Skip to content

Commit

Permalink
feat: adds gitleaks for sensitive item check and cpplint and pylint f…
Browse files Browse the repository at this point in the history
…or linting check

Signed-off-by: BLANKatGITHUB <131886247+BLANKatGITHUB@users.noreply.github.com>
  • Loading branch information
BLANKatGITHUB authored Oct 31, 2024
1 parent 787f777 commit a3aab96
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,21 @@ repos:
rev: 23.7.0
hooks:
- id: black

- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
hooks:
- id: gitleaks

- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: shellcheck
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.5
hooks:
- id: cpplint
- repo: https://github.com/pylint-dev/pylint
rev: v2.17.2
hooks:
- id: pylint

0 comments on commit a3aab96

Please sign in to comment.