Skip to content

Commit ecf159f

Browse files
authored
Merge pull request #108 from nextflow-io/update-to-prettier-3_5_0
2 parents 95aa1d5 + bcc00af commit ecf159f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Config for pre-commit: https://pre-commit.com/
22
---
3-
minimum_pre_commit_version: "2.9.2"
43
repos:
5-
- repo: meta
6-
hooks:
7-
- id: identity
8-
- id: check-hooks-apply
9-
104
- repo: https://github.com/pre-commit/mirrors-prettier
11-
rev: "v2.7.1"
5+
rev: "v3.1.0"
126
hooks:
137
- id: prettier
8+
additional_dependencies:
9+

0 commit comments

Comments
 (0)