Files
truecharts/.pre-commit-config.yaml
T
Kjeld Schouten-Lebbing 492730454e Small Tests and repo fixes (#80)
* Small organisational fixes

* Add some new common tests
2021-02-09 19:13:56 +01:00

10 lines
245 B
YAML

# See https://pre-commit.com for more information
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: end-of-file-fixer
exclude: '\.github(.+)'
- id: trailing-whitespace
exclude: '\.github(.+)'