ci : reduce severity of unused Pyright ignore comments

This commit is contained in:
Francis Couture-Harpin 2024-09-30 13:29:08 -04:00
parent 08a43d05b6
commit a34fc0dd86
3 changed files with 7 additions and 4 deletions

View file

@ -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