Skip to content

Commit 1eef3df

Browse files
committed
remove affected from pre-commit
1 parent b984d0a commit 1eef3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ repos:
2626
- repo: local
2727
hooks:
2828
- id: turbo-fix-format
29-
name: Run turbo fix:format on packages changed since the last commit
29+
name: Run turbo fix:format on packages
3030
language: system
31-
entry: sh -c 'TURBO_SCM_BASE="HEAD^1" pnpm turbo fix:format --affected'
31+
entry: sh -c 'pnpm turbo fix:format'
3232
pass_filenames: false
3333
# Hooks for the remote executor
3434
- id: cargo-fmt-remote-executor

0 commit comments

Comments
 (0)