Skip to content

Commit 9d2e6af

Browse files
authoredMay 16, 2022
Bump Prettier from 2.5.1 to 2.6.0 (cjolowicz#1177)
1 parent d57d7d1 commit 9d2e6af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ repos:
88
- id: trailing-whitespace
99
- id: check-added-large-files
1010
- repo: https://github.com/pre-commit/mirrors-prettier
11-
rev: v2.5.1
11+
rev: v2.6.0
1212
hooks:
1313
- id: prettier

‎{{cookiecutter.project_name}}/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ repos:
6161
types: [text]
6262
stages: [commit, push, manual]
6363
- repo: https://github.com/pre-commit/mirrors-prettier
64-
rev: v2.5.1
64+
rev: v2.6.0
6565
hooks:
6666
- id: prettier

0 commit comments

Comments
 (0)
Please sign in to comment.