File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
target_chains/ethereum/sdk/stylus/pyth-mock-solidity Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ repos:
25
25
)
26
26
- repo : local
27
27
hooks :
28
- - id : turbo-fix
29
- name : Run turbo fix on packages changed since the last commit
28
+ - id : turbo-fix-format
29
+ name : Run turbo fix on packages
30
30
language : system
31
- entry : sh -c 'TURBO_SCM_BASE="HEAD^1" pnpm turbo fix --affected '
31
+ entry : sh -c 'pnpm turbo fix'
32
32
pass_filenames : false
33
33
# Hooks for the remote executor
34
34
- id : cargo-fmt-remote-executor
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ pnpm-lock.yaml
2
2
patches /
3
3
.turbo /
4
4
target_chains /sui /vendor /
5
+ lazer /contracts /evm /lib /
5
6
6
7
# This should stay in sync with the list of workspaces from
7
8
# `pnpm-workspace.yaml`
Original file line number Diff line number Diff line change
1
+ lib /
You can’t perform that action at this time.
0 commit comments