Skip to content

Commit

Permalink
pre-commit update, and fix for older file
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Nov 4, 2024
1 parent 4e07a17 commit c908d32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: "^minotaur/"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-executables-have-shebangs
- id: check-json
Expand All @@ -10,14 +10,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.2
rev: v1.96.2
hooks:
- id: terraform_fmt
args:
- --args=-recursive
- --args=-write=false

- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.22
rev: v0.1.24
hooks:
- id: shellcheck
3 changes: 3 additions & 0 deletions docker/stager/stager/shadow.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# TODO: hack to get this green. don't do this.
# shellcheck disable=all

# expects environment vars:
# TASKCLUSTER_CLIENT_ID
# TASKCLUSTER_ACCESS_TOKEN
Expand Down

0 comments on commit c908d32

Please sign in to comment.