We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
turbo fix
1 parent 9d9f602 commit a3a1a0cCopy full SHA for a3a1a0c
.pre-commit-config.yaml
@@ -25,6 +25,11 @@ repos:
25
)
26
- repo: local
27
hooks:
28
+ - id: turbo-fix
29
+ name: Run turbo fix on packages changed since the last commit
30
+ language: system
31
+ entry: sh -c '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