moreblocks/.pre-commit-config.yaml

11 lines
243 B
YAML
Raw Permalink Normal View History

2019-03-01 15:23:19 +01:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
2019-03-01 15:23:19 +01:00
hooks:
- id: fix-byte-order-marker
2019-03-01 15:23:19 +01:00
- id: end-of-file-fixer
- id: trailing-whitespace
2019-03-01 15:23:19 +01:00
- id: mixed-line-ending
args: [--fix=lf]