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
Currently, the forbid-space-in-indent hook is run over all files, but it should have a types: ['text'] in the pre-commit-hooks.yaml to not iterate over binary files.
The text was updated successfully, but these errors were encountered:
clayton14
pushed a commit
to clayton14/simple-brick-breaker-pr
that referenced
this issue
Jul 16, 2022
Currently, the
forbid-space-in-indent
hook is run over all files, but it should have atypes: ['text']
in thepre-commit-hooks.yaml
to not iterate over binary files.The text was updated successfully, but these errors were encountered: