repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: end-of-file-fixer
exclude: ^tests/fixtures/
- id: trailing-whitespace
args:
exclude: ^tests/fixtures/
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.4.1
hooks:
- id: editorconfig-checker
exclude: ^tests/fixtures/