Skip to content

Commit

Permalink
Merge a988a2d into 61d3644
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Apr 7, 2020
2 parents 61d3644 + a988a2d commit 4875ee5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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
test:
Expand Down
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.mypy_cache
__pycache__
*.egg-info
.coverage
.mypy_cache
.pytest_cache
.python-version
*.egg-info
__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:
- 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 @@ -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 4875ee5

Please sign in to comment.