Update pre-commit hooks with `pre-commit autoupdate`

pull/113/head
Nicholas McDonnell 3 years ago
parent 09f4f549a8
commit 6bd93ff6fb
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 8
      .pre-commit-config.yaml

@ -41,7 +41,7 @@ repos:
hooks: hooks:
- id: prettier - id: prettier
- repo: https://github.com/adrienverge/yamllint - repo: https://github.com/adrienverge/yamllint
rev: v1.25.0 rev: v1.26.0
hooks: hooks:
- id: yamllint - id: yamllint
args: args:
@ -75,17 +75,17 @@ repos:
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.790 rev: v0.800
hooks: hooks:
- id: mypy - id: mypy
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.7.4 rev: v2.10.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
# Ansible hooks # Ansible hooks
- repo: https://github.com/ansible-community/ansible-lint - repo: https://github.com/ansible-community/ansible-lint
rev: v4.3.7 rev: v5.0.0
hooks: hooks:
- id: ansible-lint - id: ansible-lint
# files: molecule/default/playbook.yml # files: molecule/default/playbook.yml

Loading…
Cancel
Save