Skip to content

Commit

Permalink
Merge pull request #2880 from step-security-bot/stepsecurity_remediat…
Browse files Browse the repository at this point in the history
…ion_1691511208

Apply security best practices – Update `pre-commit` configuration
  • Loading branch information
heplesser authored Jun 20, 2024
2 parents e0ea2a8 + 3886368 commit 65cb076
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-yaml

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

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand All @@ -11,13 +23,13 @@ repos:
- id: black
language_version: python3

- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.9.0
hooks:
- id: shellcheck

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.4
hooks:
- id: clang-format

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace

0 comments on commit 65cb076

Please sign in to comment.