Update pre-commit hooks via pre-commit autoupdate

pull/113/head
Jeremy Frasier 5 years ago
parent c449be113d
commit a13597d233
No known key found for this signature in database
GPG Key ID: 285B4A02F4305C09
  1. 10
      .pre-commit-config.yaml

@ -23,7 +23,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.16.0
rev: v0.17.0
hooks:
- id: markdownlint
# The LICENSE.md must match the license text exactly for
@ -31,7 +31,7 @@ repos:
# alone.
exclude: LICENSE.md
- repo: https://github.com/adrienverge/yamllint
rev: v1.15.0
rev: v1.16.0
hooks:
- id: yamllint
- repo: https://github.com/detailyang/pre-commit-shell
@ -45,11 +45,11 @@ repos:
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/asottile/pyupgrade
rev: v1.18.0
rev: v1.19.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/bandit
rev: 1.6.0
rev: 1.6.1
hooks:
- id: bandit
args:
@ -73,6 +73,6 @@ repos:
hooks:
- id: docker-compose-check
- repo: https://github.com/prettier/prettier
rev: 1.17.1
rev: 1.18.2
hooks:
- id: prettier

Loading…
Cancel
Save