Add pre-commit hooks (#1629)

albatross
Adeeb 2020-06-03 12:54:49 -07:00 committed by GitHub
parent 2144154c32
commit ab83e48ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 99 additions and 96 deletions

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:

View File

@ -9,4 +9,3 @@ if [ $# -gt 0 ]; then
else
echo "Please Enter a Route"
fi