lemur/.pre-commit-config.yaml

17 lines
403 B
YAML
Raw Normal View History

2016-10-31 19:00:15 +01:00
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.9.1
2016-10-31 19:00:15 +01:00
hooks:
- id: trailing-whitespace
- id: flake8
- id: check-merge-conflict
2018-08-22 19:38:09 +02:00
- id: pretty-format-json
- id: check-ast
- id: check-case-conflict
- id: check-yaml
- id: autopep8-wrapper
- repo: git://github.com/pre-commit/mirrors-jshint
sha: v2.9.5
hooks:
- id: jshint