evilmartians / lefthook

Fast and powerful Git hooks manager for any type of projects.
MIT License
4.75k stars 211 forks source link

feat: add file type filters #698

Closed mrexox closed 5 months ago

mrexox commented 5 months ago

Closes https://github.com/evilmartians/lefthook/issues/617 Closes https://github.com/evilmartians/lefthook/issues/76

:zap: Summary


Example usage

pre-commit:
  commands:
    lint:
      run: yarn lint --fix {staged_files}
      file_types: 
        - not executable
        - text