We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de72a97 commit b5643a5Copy full SHA for b5643a5
.pre-commit-config.yaml
@@ -23,16 +23,13 @@ repos:
23
target_chains/sui/vendor/|
24
patches/
25
)
26
- # Hook to format many type of files in the repo
27
- # including solidity contracts.
28
- - repo: https://github.com/pre-commit/mirrors-prettier
29
- rev: "v2.7.1"
+ - repo: local
30
hooks:
31
- - id: prettier
32
- additional_dependencies:
33
- - "[email protected]"
34
35
- exclude: target_chains/sui/vendor/
+ - id: pnpm-fix-format
+ name: Format files using pnpm fix:format
+ entry: pnpm turbo fix:format
+ language: system
+ pass_filenames: false
36
- repo: local
37
38
# Hooks for the remote executor
0 commit comments