any effective way to run `pre-commit` without `--a...
# daft-dev
a
any effective way to run
pre-commit
without
--all-files
?
basically just wanna run on files differnt from main perhaps..? maybe can just pass those files into it as args?
what do all of you do?
what is your workflow
r
pre-commit —all-files is only run as a CI workflow, right? Doesn’t our local got hook just run pre-commit?
a
I am running it manually
ah probs can do
pre-commit install
thanks claude
s
you can run
make hooks
to install the git hooks that only run on the diff-ed files