From 39101ae8ea053ff6cbdf1dc198f0c2ed39dabfee Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sun, 14 Jun 2020 21:20:05 +0200 Subject: [PATCH] update mypy config --- .pre-commit-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90b33545..1112c38c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-mypy rev: '' # Use the sha / tag you want to point at hooks: - - id: mypy - args: [--strict] - files: cibuildwheel/* - exclude: test|cibuildwheel/resources + - id: mypy + files: cibuildwheel|test + exclude: cibuildwheel/resources