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
Fix all issues flagged by pre-commit related to executable files.
To fix these issues run the following pre-commit hooks: shfmt and check-executables-have-shebangs
To setup pre-commit, run ./setup-env.
If it fails to run, follow the instructions returned in the console. This includes installing pyenv pyenv-virtualenv, and adding its path to .zhrc.
To run the check-case-conflict hook, run pre-commit run check-case-conflict --all-files.
To run a different hook, replace check-case-conflict with the name of the hook. The list of available hooks is in .pre-commit-config.yaml
The text was updated successfully, but these errors were encountered:
Matthew-Grayson
changed the title
Resolve Shell File Lint issues
Resolve Executable File Lint issues
Mar 7, 2024
🐛 Summary
Fix all issues flagged by pre-commit related to executable files.
To fix these issues run the following pre-commit hooks:
shfmt
andcheck-executables-have-shebangs
To setup pre-commit, run
./setup-env
.If it fails to run, follow the instructions returned in the console. This includes installing pyenv pyenv-virtualenv, and adding its path to .zhrc.
To run the check-case-conflict hook, run
pre-commit run check-case-conflict --all-files
.To run a different hook, replace
check-case-conflict
with the name of the hook. The list of available hooks is in .pre-commit-config.yamlThe text was updated successfully, but these errors were encountered: