Skip to content

Commit

Permalink
Merge pull request #20 from cisagov/improvements/pull_upstream_updates
Browse files Browse the repository at this point in the history
Pull in Upstream Updates
  • Loading branch information
mcdonnnj authored Apr 7, 2020
2 parents 7484f72 + 8304f91 commit 0b625fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ 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
build:
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.mypy_cache
__pycache__
.python-version
.pytest_cache
.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 @@ -86,7 +86,7 @@ repos:
hooks:
- id: ansible-lint
- 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 @@ -95,7 +95,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 0b625fa

Please sign in to comment.