|
|
@ -1,6 +1,6 @@ |
|
|
|
repos: |
|
|
|
repos: |
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
|
|
rev: v4.0.1 |
|
|
|
rev: v4.1.0 |
|
|
|
hooks: |
|
|
|
hooks: |
|
|
|
- id: check-ast |
|
|
|
- id: check-ast |
|
|
|
exclude: '^(pyextra)/' |
|
|
|
exclude: '^(pyextra)/' |
|
|
@ -9,8 +9,10 @@ repos: |
|
|
|
- id: check-yaml |
|
|
|
- id: check-yaml |
|
|
|
- id: check-merge-conflict |
|
|
|
- id: check-merge-conflict |
|
|
|
- id: check-symlinks |
|
|
|
- id: check-symlinks |
|
|
|
|
|
|
|
- id: check-added-large-files |
|
|
|
|
|
|
|
args: ['--maxkb=100'] |
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy |
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy |
|
|
|
rev: v0.910-1 |
|
|
|
rev: v0.931 |
|
|
|
hooks: |
|
|
|
hooks: |
|
|
|
- id: mypy |
|
|
|
- id: mypy |
|
|
|
exclude: '^(pyextra/)|(cereal/)|(rednose/)|(panda/)|(laika/)|(opendbc/)|(laika_repo/)|(rednose_repo/)/' |
|
|
|
exclude: '^(pyextra/)|(cereal/)|(rednose/)|(panda/)|(laika/)|(opendbc/)|(laika_repo/)|(rednose_repo/)/' |
|
|
|