From 6d6d277ea5dd0356edb39a8a7f3536a86ff36832 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 14 Aug 2020 15:27:22 -0400 Subject: [PATCH] fix: pre-commit check was broken --- .pre-commit-config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15c843f9..5d207281 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,8 +14,9 @@ repos: - id: end-of-file-fixer exclude: cibuildwheel/resources/pinned_docker_images.cfg - repo: https://github.com/pre-commit/mirrors-mypy - rev: '' # Use the sha / tag you want to point at + rev: v0.782 hooks: - id: mypy - files: cibuildwheel|test - exclude: cibuildwheel/resources + files: cibuildwheel/|test/ + entry: mypy + pass_filenames: false