Skip to content

Commit

Permalink
chore(pre-commit): update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan authored Dec 23, 2024
1 parent c930415 commit eccb735
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: dab7d0292ad7ebc52c7adfcad755f92e2f7c9a9a #v8.18.1
rev: 43fae355e6fe4d99d2a7b240a224b85e2903aeb4 # v8.21.2
hooks:
- id: gitleaks
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: 4de1378e4cd853bfc2b111b05fff35e2dbf809a3 #v0.9.0.5
rev: a23f6b85d0fdd5bb9d564e2579e678033debbdff # v0.10.0.1
hooks:
- id: shellcheck
# - repo: https://github.com/adrienverge/yamllint.git
# rev: v1.33.0
# hooks:
# - id: yamllint
- repo: https://github.com/compilerla/conventional-pre-commit
rev: 07fd005463366385a8b0fa97c8d2a25b5bac19e0 # v3.1.0
rev: fab6a95091c567b872099a98cad586c122f55dc8 #v3.6.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: 3f18b949d53ffddafc6d98373366533d61e00da8 #v0.37.0
rev: 0d9fcb51a54f3b750b911c054b4bd1a590f1b592 #v0.43.0
hooks:
- id: markdownlint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 #"v3.1.0"
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # v3.2.0
hooks:
- id: prettier
- repo: https://github.com/bridgecrewio/checkov.git
rev: 73e0ecc705cc87f639def2496403839abbafa6e6 #"3.1.43"
rev: 6c3c39a25d24dd2259e4af1e5a7528d5c61af206 # 3.2.342
hooks:
- id: checkov
# v3.1.0 https://api.github.com/repos/compilerla/conventional-pre-commit/tags
Expand Down

0 comments on commit eccb735

Please sign in to comment.