Skip to content

Commit

Permalink
Merge pull request #14 from cisagov/improvement/upstream
Browse files Browse the repository at this point in the history
Improvement/upstream
  • Loading branch information
felddy authored Nov 15, 2019
2 parents 5856ba9 + 65abd16 commit c3a3643
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
default_language_version:
# force all unspecified python hooks to run python3
python: python3

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
Expand Down Expand Up @@ -68,7 +72,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/ansible/ansible-lint.git
rev: v4.1.1a3
rev: v4.1.1a5
hooks:
- id: ansible-lint
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
Expand All @@ -81,6 +85,6 @@ repos:
hooks:
- id: docker-compose-check
- repo: https://github.com/prettier/prettier
rev: 1.18.2
rev: 1.19.1
hooks:
- id: prettier

0 comments on commit c3a3643

Please sign in to comment.