Skip to content

Commit e41704d

Browse files
committed
Modify pre-commit
1 parent 430a5c8 commit e41704d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos: #The order matters, we want prospector to run after all the sorting was d
88
- id: check-json
99
# JSON that are not json
1010
# (?x) means verbose (we can add spaces for better readibility, but they are ignored)
11-
exclude: (?x) ^(tsconfig(\.\w+)? | \.vscode/.*) \.json$
11+
exclude: (?x) /?(tsconfig(\.\w+)? | \.vscode/.*) \.json$
1212
- id: check-merge-conflict
1313
- id: check-symlinks
1414
- id: check-toml
@@ -19,10 +19,10 @@ repos: #The order matters, we want prospector to run after all the sorting was d
1919
# File normalization
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
22-
- repo: https://github.com/pre-commit/mirrors-prettier
23-
rev: 'v3.1.0'
24-
hooks:
25-
- id: prettier
26-
additional_dependencies:
27-
28-
22+
# - repo: https://github.com/pre-commit/mirrors-prettier
23+
# rev: 'v3.1.0'
24+
# hooks:
25+
# - id: prettier
26+
# additional_dependencies:
27+
28+

0 commit comments

Comments
 (0)