Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply security best practices – Update pre-commit configuration #2880

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,24 @@ repos:
hooks:
- id: black
language_version: python3
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
hooks:
- id: gitleaks
terhorstd marked this conversation as resolved.
Show resolved Hide resolved
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: shellcheck
terhorstd marked this conversation as resolved.
Show resolved Hide resolved
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.5
hooks:
- id: cpplint
terhorstd marked this conversation as resolved.
Show resolved Hide resolved
gtrensch marked this conversation as resolved.
Show resolved Hide resolved
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
gtrensch marked this conversation as resolved.
Show resolved Hide resolved
- repo: https://github.com/pylint-dev/pylint
rev: v2.17.2
hooks:
- id: pylint
terhorstd marked this conversation as resolved.
Show resolved Hide resolved