From db20dd236bacc3fce11f646df9fa9f409a3dd808 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Mon, 26 Sep 2022 15:05:59 -0700 Subject: [PATCH] fix config --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 546189b227..da93e2f872 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,9 +28,10 @@ repos: hooks: - id: mypy name: mypy - entry: pipenv run mypy --config=mypy.ini - pass_filenames: false + entry: mypy language: system + types: [python] + exclude: '^(pyextra/)|(cereal/)|(rednose/)|(panda/)|(laika/)|(laika_repo/)|(rednose_repo/)|(tinygrad/)|(tinygrad_repo/)' - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: