Several hooks to use with pre-commit
In your repository pre-commit config file add:
repos:
- repo: ...
- repo: https://github.com/Gabitchov/pre-commit-hooks.git
rev: (SHA1|TAG)
hooks:
- id: editorconfig-checker
Integration of editorconfig-checker's check command as hook.