From 6bc23e1d22a69ccc6137e4fa929c312ee2249b51 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Tue, 15 Aug 2023 13:35:51 +0900 Subject: [PATCH] Upgrade pytype for CI --- .github/workflows/pytype.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytype.yml b/.github/workflows/pytype.yml index 16b2f3f..8720783 100644 --- a/.github/workflows/pytype.yml +++ b/.github/workflows/pytype.yml @@ -23,7 +23,7 @@ jobs: pip install -U pip pip install -e ".[testing]" # As pytype can change its behavior in newer versions, we manually upgrade it - pip install "pytype==22.10.0" + pip install "pytype==2023.05.24" - name: Run pytype run: | pytype slack_discovery_sdk/