From 7d14e6c9316585993cd96ecf5240f076bad70c7c Mon Sep 17 00:00:00 2001 From: Nicolas Gruel Date: Fri, 19 Apr 2024 10:00:25 +0200 Subject: [PATCH] chore: remove mypy (bad support with gRPC) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f21005c4..7f5e6a391 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,8 +96,8 @@ jobs: - name: Lint run: python -m ruff . - - name: Check typing - run: python -m mypy --exclude src/armonik/protogen/ src/ + # - name: Check typing + # run: python -m mypy --exclude src/armonik/protogen/ src/ - name: Check format run: python -m ruff format .