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.
turbo fix
1 parent 9d9f602 commit 4afa016Copy full SHA for 4afa016
.pre-commit-config.yaml
@@ -25,6 +25,11 @@ repos:
25
)
26
- repo: local
27
hooks:
28
+ - id: lint-aptos-lazer
29
+ name: Run turbo fix on packages changed since the last commit
30
+ language: system
31
+ entry: TURBO_SCM_BASE="HEAD^1" pnpm turbo fix --affected
32
+ pass_filenames: false
33
# Hooks for the remote executor
34
- id: cargo-fmt-remote-executor
35
name: Cargo format for remote executor
0 commit comments