Skip to content

Commit b5643a5

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
chore: update pre-commit to use pnpm fix:format
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent de72a97 commit b5643a5

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,13 @@ repos:
2323
target_chains/sui/vendor/|
2424
patches/
2525
)
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"
26+
- repo: local
3027
hooks:
31-
- id: prettier
32-
additional_dependencies:
33-
34-
35-
exclude: target_chains/sui/vendor/
28+
- id: pnpm-fix-format
29+
name: Format files using pnpm fix:format
30+
entry: pnpm turbo fix:format
31+
language: system
32+
pass_filenames: false
3633
- repo: local
3734
hooks:
3835
# Hooks for the remote executor

0 commit comments

Comments
 (0)