You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While in the shell, I occasionally like to use the pre-commit CLI directly.
This works well, expect when you disable git-hooks.
In that case, .pre-commit-config.yaml goes out of sync, because currently it is only updated if at least one pre-commit hook is enabled
While in the shell, I occasionally like to use the
pre-commit
CLI directly.This works well, expect when you disable git-hooks.
In that case,
.pre-commit-config.yaml
goes out of sync, because currently it is only updated if at least one pre-commit hook is enableddevenv/src/modules/integrations/git-hooks.nix
Line 43 in 7483258
Would it be possible to always run
devenv/src/modules/integrations/git-hooks.nix
Line 49 in 7483258
The text was updated successfully, but these errors were encountered: