Add pre-commit hooks (#551)

* add more pre-commit hooks

* revert misra coverage table

* fix coverage table exclusion
master
Adeeb 2020-06-03 15:08:57 -07:00 committed by GitHub
parent e0a706e4f0
commit 20eb68b179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 45 additions and 43 deletions

View File

@ -3,9 +3,11 @@ repos:
rev: master
hooks:
- id: check-ast
- id: check-json
- id: check-xml
- id: check-yaml
- id: check-merge-conflict
- id: check-symlinks
- id: trailing-whitespace
exclude: '^(board/inc)|[tests/misra/coverage_table]/'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: master
hooks: