Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
pin pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Dec 3, 2021
1 parent 81bf2a8 commit 26c61ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ repos:
- id: trailing-whitespace
- id: flake8
- repo: https://github.com/ambv/black
rev: stable
rev: 21.11b1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "" # Use the sha or tag you want to point at
rev: v2.5.0
hooks:
- id: prettier

0 comments on commit 26c61ae

Please sign in to comment.