Skip to content

Commit

Permalink
Merge branch 'ah/fix-build' into ah/1468-cast-params
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-harvey-z3q committed Jun 2, 2024
2 parents df5474b + 20dc475 commit 384fc7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.86.4
rev: v1.2.5a9
hooks:
- id: cfn-python-lint
args:
Expand All @@ -28,7 +28,7 @@ repos:
exclude: |
(?x)(
^integration-tests/sceptre-project/config/|
^integration-tests/sceptre-project/templates/jinja/|
^integration-tests/sceptre-project/templates/|
^tests/fixtures-vpc/config/|
^tests/fixtures/config/|
^temp/|
Expand All @@ -47,7 +47,7 @@ repos:
language_version: python3.10
args: ['--check']
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.2
rev: 0.28.4
hooks:
- id: check-github-workflows
- id: check-github-actions

0 comments on commit 384fc7f

Please sign in to comment.