Merge pull request #55 from cisagov/migrate_prettier_hook

Change repo for the prettier pre-commit hook
pull/113/head
Nick M 4 years ago committed by GitHub
commit e44762c82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .pre-commit-config.yaml

@ -93,8 +93,8 @@ repos:
rev: v2.0.0
hooks:
- id: docker-compose-check
- repo: https://github.com/prettier/prettier
rev: 2.1.2
- repo: https://github.com/prettier/pre-commit
rev: v2.1.2
hooks:
- id: prettier
- repo: https://github.com/pre-commit/mirrors-mypy

Loading…
Cancel
Save