Run pre-commit autoupdate

pull/113/head
Nicholas McDonnell 3 years ago
parent a7f86ddad0
commit 06159cbb65
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 12
      .pre-commit-config.yaml

@ -5,7 +5,7 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.4.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
@ -31,7 +31,7 @@ repos:
# Text file hooks
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.24.0
rev: v0.26.0
hooks:
- id: markdownlint
args:
@ -53,7 +53,7 @@ repos:
# Python hooks
- repo: https://github.com/PyCQA/bandit
rev: 1.6.2
rev: 1.7.0
hooks:
- id: bandit
args:
@ -77,20 +77,20 @@ repos:
hooks:
- id: mypy
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
rev: v2.7.4
hooks:
- id: pyupgrade
# Ansible hooks
- repo: https://github.com/ansible/ansible-lint
rev: v4.3.5
rev: v4.3.7
hooks:
- id: ansible-lint
# files: molecule/default/playbook.yml
# Terraform hooks
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.43.0
rev: v1.45.0
hooks:
- id: terraform_fmt
# There are ongoing issues with how this command works. This issue

Loading…
Cancel
Save