Merge branch 'develop' into improvement/add_beautysh_pre-commit_hook

pull/113/head
Nick M 3 years ago committed by GitHub
commit c025046068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .pre-commit-config.yaml

@ -41,7 +41,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint
rev: v1.25.0
rev: v1.26.0
hooks:
- id: yamllint
args:
@ -82,16 +82,18 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.790
rev: v0.800
hooks:
- id: mypy
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v2.10.0
hooks:
- id: pyupgrade
# Ansible hooks
- repo: https://github.com/ansible-community/ansible-lint
# This is intentionally being held back because of issues in v5 per
# https://github.com/cisagov/skeleton-ansible-role/issues/69
rev: v4.3.7
hooks:
- id: ansible-lint

Loading…
Cancel
Save