Add pre-commit hooks (#1629)

old-commit-hash: ab83e48ec4f7c7ddaa742d9797b0d38646fdb268
This commit is contained in:
Adeeb
2020-06-03 12:54:49 -07:00
committed by GitHub
parent e6cf5883b1
commit d035394ce7
26 changed files with 98 additions and 95 deletions
+4
View File
@@ -6,6 +6,10 @@ repos:
- id: check-json
- id: check-xml
- id: check-yaml
- id: check-merge-conflict
- id: check-symlinks
- id: trailing-whitespace
exclude: '^(pyextra)|(external)|(cereal)|(rednose)|(panda)|(laika)|(opendbc)|(laika_repo)|(rednose_repo)|(phonelibs)|(lib_mpc_export)/'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: master
hooks: