ci : reduce severity of unused Pyright ignore comments (#9697)
This commit is contained in:
parent
08a43d05b6
commit
511636df0c
3 changed files with 7 additions and 4 deletions
4
.github/workflows/python-type-check.yml
vendored
4
.github/workflows/python-type-check.yml
vendored
|
@ -4,11 +4,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- '.github/workflows/python-type-check.yml'
|
||||
- 'pyrightconfig.json'
|
||||
- '**.py'
|
||||
- '**/requirements*.txt'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/python-type-check.yml'
|
||||
- 'pyrightconfig.json'
|
||||
- '**.py'
|
||||
- '**/requirements*.txt'
|
||||
|
||||
|
@ -33,6 +35,6 @@ jobs:
|
|||
- name: Type-check with Pyright
|
||||
uses: jakebailey/pyright-action@v2
|
||||
with:
|
||||
version: 1.1.370
|
||||
version: 1.1.382
|
||||
level: warning
|
||||
warnings: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue