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