Skip to content

Commit 673c832

Browse files
authored
Do not annotate PRs with pyright (#2023)
Looking at https://github.com/typeddjango/django-stubs/pull/2022/files I've noticed that pyright annotates our code, which is not good. Disabled.
1 parent bff0d0c commit 673c832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
uses: jakebailey/pyright-action@v2
117117
with:
118118
pylance-version: latest-release
119+
annotate: false
119120
continue-on-error: true # TODO: remove this part
120121

121122
matrix-test:

0 commit comments

Comments
 (0)