Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 8641fe6

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #89 from staticdev/disable-prettier
Disable prettier
2 parents 733cac3 + 1a3666b commit 8641fe6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.pre-commit-config.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.0.1
3+
rev: v3.1.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- id: check-added-large-files
10-
- repo: https://github.com/prettier/prettier
11-
rev: 2.0.5
12-
hooks:
13-
- id: prettier
1410
- repo: https://github.com/psf/black
1511
rev: 19.10b0
1612
hooks:

0 commit comments

Comments
 (0)