Merge pull request #17 from cisagov/improvement/updates_from_precommit_autoupdate

Add updates from running pre-commit autoupdate
pull/113/head
Shane Frasier 5 years ago committed by GitHub
commit 7864f43524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .pre-commit-config.yaml

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
rev: v2.3.0
hooks:
- id: check-executables-have-shebangs
- id: check-json
@ -23,13 +23,13 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.17.0
rev: v0.18.0
hooks:
- id: markdownlint
args:
- --config=.mdl_config.json
- repo: https://github.com/adrienverge/yamllint
rev: v1.16.0
rev: v1.17.0
hooks:
- id: yamllint
- repo: https://github.com/detailyang/pre-commit-shell
@ -37,17 +37,17 @@ repos:
hooks:
- id: shell-lint
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.7
rev: 3.7.8
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/asottile/pyupgrade
rev: v1.19.0
rev: v1.23.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/bandit
rev: 1.6.1
rev: 1.6.2
hooks:
- id: bandit
args:
@ -57,7 +57,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/ansible/ansible-lint.git
rev: v4.1.0a0
rev: v4.1.1a0
hooks:
- id: ansible-lint
# files: molecule/default/playbook.yml

Loading…
Cancel
Save