Skip to content

Commit

Permalink
test: approve new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Apr 23, 2024
1 parent d5b3b44 commit e106e6a
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions test/SetBoxName/pre-commit_yaml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.6.0
hooks:
# - id: trailing-whitespace
# - id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-merge-conflict
args: [--assume-in-merge]
- id: check-yaml
exclude: ^kitchen.yml$
- id: check-added-large-files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
hooks:
- id: check-github-workflows
name: Check GitHub workflows with check-jsonschema
args: ["--verbose"]
- id: check-renovate
name: Check Renovate config with check-jsonschema
additional_dependencies: [json5==0.9.14]
args: ["--verbose"]

0 comments on commit e106e6a

Please sign in to comment.