Fix mypy path error (#29091)

pull/29037/head^2
Vivek Aithal 2 years ago committed by GitHub
parent e8b20b7f81
commit ee4fcff0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .pre-commit-config.yaml

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

Loading…
Cancel
Save