pre-commit-hooks
pre-commit-hooks copied to clipboard
forbid-space-in-indent should only run on text files
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.