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 6530dd6Copy full SHA for 6530dd6
.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: pnpm turbo fix --filter=[HEAD^1]
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