From 50674eeff254c2d8d6590486428d8c3746822422 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 22 Mar 2024 12:44:47 +0300 Subject: [PATCH] Do not annotate PRs with pyright Looking at https://github.com/typeddjango/django-stubs/pull/2022/files I've noticed that pyright annotates our code, which is not good. Disabled. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d8f1a1cb..18cdf3131 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -116,6 +116,7 @@ jobs: uses: jakebailey/pyright-action@v2 with: pylance-version: latest-release + annotate: false continue-on-error: true # TODO: remove this part matrix-test: