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

Loading…
Cancel
Save