1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

ci(pyright.yml): add extra-args to pyright-action to exclude stubs directory from type checking to avoid false positives

This commit is contained in:
kzndotsh 2024-08-31 17:23:45 +00:00
parent 4e79273505
commit d8860ce440

View file

@ -42,4 +42,5 @@ jobs:
uses: jakebailey/pyright-action@v2
with:
version: "PATH"
annotate: "all"
annotate: "all"
extra-args: "--exclude=**/stubs/**"