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
In order to run sherif in pre-commit hooks for example, it would be necessary to be able to run sherif --fix in non-interactive mode. For instance by specifying which version it should change it to (e.g --highest, --lowest, --in-between) together with --fix it should run in non-interactive mode and not ask for any inputs, just fix it.
The text was updated successfully, but these errors were encountered:
Auto-fixing the dependencies would require to refresh the lockfile, which the user might forgot to do if Sherif was run automatically via a pre-commit hook (unless we do #38 (comment)).
In order to run sherif in pre-commit hooks for example, it would be necessary to be able to run
sherif --fix
in non-interactive mode. For instance by specifying which version it should change it to (e.g--highest
,--lowest
,--in-between
) together with --fix it should run in non-interactive mode and not ask for any inputs, just fix it.The text was updated successfully, but these errors were encountered: