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.
1 parent b984d0a commit 1eef3dfCopy full SHA for 1eef3df
.pre-commit-config.yaml
@@ -26,9 +26,9 @@ repos:
26
- repo: local
27
hooks:
28
- id: turbo-fix-format
29
- name: Run turbo fix:format on packages changed since the last commit
+ name: Run turbo fix:format on packages
30
language: system
31
- entry: sh -c 'TURBO_SCM_BASE="HEAD^1" pnpm turbo fix:format --affected'
+ entry: sh -c 'pnpm turbo fix:format'
32
pass_filenames: false
33
# Hooks for the remote executor
34
- id: cargo-fmt-remote-executor
0 commit comments