Fix mypy path error (#29091)

old-commit-hash: ee4fcff0c9
beeps
Vivek Aithal 2 years ago committed by GitHub
parent 13436b4893
commit 023c63c06d
  1. 1
      .pre-commit-config.yaml

@ -32,6 +32,7 @@ repos:
entry: mypy
language: system
types: [python]
args: ['--explicit-package-bases']
exclude: '^(third_party/)|(cereal/)|(opendbc/)|(panda/)|(laika/)|(laika_repo/)|(rednose/)|(rednose_repo/)|(tinygrad/)|(tinygrad_repo/)|(xx/)'
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0

Loading…
Cancel
Save