Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Jul 29, 2023
1 parent 94d1d34 commit 053b868
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_language_version:
python: python3.8
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand All @@ -20,7 +20,7 @@ repos:
- --allow-missing-credentials
- id: detect-private-key
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
rev: v1.5.1
hooks:
- id: forbid-tabs
exclude_types: [python, javascript, dtd, markdown, makefile, xml]
Expand All @@ -31,7 +31,7 @@ repos:
- id: shell-lint
exclude: template|\.template$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.35.0
hooks:
- id: markdownlint
- repo: https://github.com/jameswoolfenden/pre-commit
Expand All @@ -42,13 +42,13 @@ repos:
- id: tf2docs
language_version: python3.8
- repo: https://github.com/bridgecrewio/checkov
rev: 2.1.213
rev: 2.3.347
hooks:
- id: checkov
verbose: true
entry: checkov -d example/examplea --external-checks-dir checkov --download-external-modules true
- repo: https://github.com/jameswoolfenden/pike
rev: v0.1.89
rev: v0.2.81
hooks:
- id: pike-docs-go
args: ["-d", ".", "readme"]

0 comments on commit 053b868

Please sign in to comment.