Any time I commit a scss file, pre-commit fails with this error: ``` pre-commit: Stopping commit because of errors. sh: scss-lint: command not found ``` I am using pre-commit with a YAML configuration file like this: ``` :checks: [common, rails, rspec_focus, pry, ruby_symbol_hashrockets, tabs, console_log, debugger, tabs, whitespace, merge_conflict, rubocop, scss_lint] :warnings: [] ```
Any time I commit a scss file, pre-commit fails with this error:
I am using pre-commit with a YAML configuration file like this: