pre-commit-hooks icon indicating copy to clipboard operation
pre-commit-hooks copied to clipboard

forbid-space-in-indent should only run on text files

Open MinerSebas opened this issue 5 years ago • 0 comments

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.

MinerSebas avatar Aug 19 '20 17:08 MinerSebas