Skip to content

Commit

Permalink
Merge pull request #41 from cisagov/bugfix/update_pre-commit_for_pre-…
Browse files Browse the repository at this point in the history
…commit-terraform_hook

Update pre-commit Hooks to Include Bugfix
  • Loading branch information
mcdonnnj authored Apr 7, 2020
2 parents 757a861 + 647b351 commit 89b098a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
PRE_COMMIT_CACHE_DIR: ~/.cache/pre-commit

jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -42,5 +42,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade --requirement requirements-test.txt
- name: Set up pre-commit hook environments
run: pre-commit install-hooks
- name: Run pre-commit on all files
run: pre-commit run --all-files
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.mypy_cache
__pycache__
.python-version
__pycache__
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ repos:
- id: ansible-lint
# files: molecule/default/playbook.yml
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
rev: v1.27.0
rev: v1.29.0
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand All @@ -85,7 +85,7 @@ repos:
hooks:
- id: docker-compose-check
- repo: https://github.com/prettier/prettier
rev: 2.0.2
rev: 2.0.4
hooks:
- id: prettier
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 89b098a

Please sign in to comment.