Skip to content

Commit

Permalink
Merge pull request #114 from cisagov/maintenance/update_pre-commit_hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
mcdonnnj authored Nov 8, 2022
2 parents 2a98c6a + fb8d13f commit bb9c2a0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand All @@ -31,32 +31,32 @@ repos:

# Text file hooks
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.32.2
hooks:
- id: markdownlint
args:
- --config=.mdl_config.yaml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.1
rev: v3.0.0-alpha.4
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.28.0
hooks:
- id: yamllint
args:
- --strict

# GitHub Actions hooks
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.14.2
rev: 0.18.4
hooks:
- id: check-github-actions
- id: check-github-workflows

# pre-commit hooks
- repo: https://github.com/pre-commit/pre-commit
rev: v2.17.0
rev: v2.20.0
hooks:
- id: validate_manifest

Expand Down Expand Up @@ -88,7 +88,7 @@ repos:
args:
- --config=.bandit.yml
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -102,11 +102,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.990
hooks:
- id: mypy
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v3.2.0
hooks:
- id: pyupgrade

Expand All @@ -119,14 +119,14 @@ repos:

# Terraform hooks
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.64.0
rev: v1.76.0
hooks:
- id: terraform_fmt
- id: terraform_validate

# Docker hooks
- repo: https://github.com/IamTheFij/docker-pre-commit
rev: v2.1.0
rev: v2.1.1
hooks:
- id: docker-compose-check

Expand Down

0 comments on commit bb9c2a0

Please sign in to comment.