Skip to content

Commit

Permalink
Merge pull request #21 from cisagov/pre-commit_autoupdate_2019-11-02
Browse files Browse the repository at this point in the history
Re-enable ansible-lint and autoupgrade.
  • Loading branch information
mcdonnnj authored Nov 5, 2019
2 parents 12b91c4 + 3c78dd9 commit 7dfd8bf
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v2.4.0
hooks:
- id: check-executables-have-shebangs
- id: check-json
Expand All @@ -23,7 +23,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.18.0
rev: v0.19.0
hooks:
- id: markdownlint
args:
Expand All @@ -37,13 +37,13 @@ repos:
hooks:
- id: shell-lint
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.8
rev: 3.7.9
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/asottile/pyupgrade
rev: v1.25.0
rev: v1.25.1
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/bandit
Expand All @@ -53,15 +53,14 @@ repos:
args:
- --config=.bandit.yml
- repo: https://github.com/python/black
rev: 19.3b0
rev: 19.10b0
hooks:
- id: black
# Disabled until: https://github.com/ansible/ansible-lint/issues/590
# - repo: https://github.com/ansible/ansible-lint.git
# rev: v4.1.1a0
# hooks:
# - id: ansible-lint
# # files: molecule/default/playbook.yml
- repo: https://github.com/ansible/ansible-lint.git
rev: v4.1.1a3
hooks:
- id: ansible-lint
# files: molecule/default/playbook.yml
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
rev: v1.12.0
hooks:
Expand Down

0 comments on commit 7dfd8bf

Please sign in to comment.