Skip to content

Commit d9a5159

Browse files
authoredFeb 11, 2022
Update pre-commit hooks (#1141)
1 parent 1b683f5 commit d9a5159

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
exclude: "^{{cookiecutter\\.project_name}}/"
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v3.2.0
4+
rev: v4.1.0
55
hooks:
66
- id: check-yaml
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- id: check-added-large-files
1010
- repo: https://github.com/pre-commit/mirrors-prettier
11-
rev: v2.3.0
11+
rev: v2.5.1
1212
hooks:
1313
- id: prettier

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ repos:
5454
types: [text]
5555
stages: [commit, push, manual]
5656
- repo: https://github.com/pre-commit/mirrors-prettier
57-
rev: v2.4.1
57+
rev: v2.5.1
5858
hooks:
5959
- id: prettier

0 commit comments

Comments
 (0)
Please sign in to comment.