Update pre-commit plugins to latest versions

Via pre-commit autoupdate.
pull/113/head
Jeremy Frasier 5 years ago
parent a9ff3a336c
commit 4e9280eb2b
No known key found for this signature in database
GPG Key ID: 285B4A02F4305C09
  1. 12
      .pre-commit-config.yaml

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.1
rev: v2.2.3
hooks:
- id: check-executables-have-shebangs
- id: check-json
@ -23,7 +23,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.15.0
rev: v0.16.0
hooks:
- id: markdownlint
# The LICENSE.md must match the license text exactly for
@ -35,7 +35,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/detailyang/pre-commit-shell
rev: 1.0.4
rev: 1.0.5
hooks:
- id: shell-lint
- repo: https://gitlab.com/pycqa/flake8
@ -45,11 +45,11 @@ repos:
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/asottile/pyupgrade
rev: v1.16.3
rev: v1.17.1
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/bandit
rev: 2a1dbab
rev: 1.6.0
hooks:
- id: bandit
args:
@ -74,6 +74,6 @@ repos:
hooks:
- id: docker-compose-check
- repo: https://github.com/prettier/prettier
rev: 1.17.0
rev: 1.17.1
hooks:
- id: prettier

Loading…
Cancel
Save