From 9fbac812e40e1decb4e6f47e70967efe450953bb Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 30 Jan 2021 16:55:07 -0800 Subject: [PATCH] pin pre-commit hook versions --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a19782d0..2e18856d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: master + rev: v3.4.0 hooks: - id: check-ast - id: check-json @@ -9,13 +9,13 @@ repos: - id: check-merge-conflict - id: check-symlinks - repo: https://github.com/pre-commit/mirrors-mypy - rev: master + rev: v0.800 hooks: - id: mypy exclude: '^(pyextra)|(cereal)|(rednose)|(panda)|(laika)|(opendbc)|(laika_repo)|(rednose_repo)/' additional_dependencies: ['git+https://github.com/numpy/numpy-stubs'] - repo: https://github.com/PyCQA/flake8 - rev: master + rev: 3.8.4 hooks: - id: flake8 exclude: '^(pyextra)|(cereal)|(rednose)|(panda)|(laika)|(opendbc)|(laika_repo)|(rednose_repo)|(selfdrive/debug)/'