From b413550dab2192d68251aaf7414b155304edb044 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Wed, 6 Dec 2023 01:50:09 -0300 Subject: [PATCH] remove copilot suggestion --- .github/workflows/plotly_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plotly_ci.yaml b/.github/workflows/plotly_ci.yaml index fe9fce0..b8409cc 100644 --- a/.github/workflows/plotly_ci.yaml +++ b/.github/workflows/plotly_ci.yaml @@ -40,7 +40,7 @@ jobs: run: make lint - name: Install missing stubs - run: mypy --install-types --non-interactive plotly_calplot + run: mypy --install-types --non-interactive - name: Run checks run: make checks