1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Merge pull request #69 from cisagov/maintenance/update_pre-commit_hooks

Update pre-commit Hooks
This commit is contained in:
Nick M 2021-02-16 17:06:58 -05:00 committed by GitHub
commit 33138501e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,16 +75,18 @@ 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
# 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 rev: v4.3.7
hooks: hooks:
- id: ansible-lint - id: ansible-lint