ci : only show warnings and errors in python type-check

The "information" level otherwise has entries
from 'examples/pydantic_models_to_grammar.py',
which could be confusing for someone trying to figure out what failed,
considering that these messages can safely be ignored
even though they look like errors.
This commit is contained in:
Francis Couture-Harpin 2024-07-07 14:08:19 -04:00
parent 6ec70c93be
commit 86ccd30983

View File

@ -34,4 +34,5 @@ jobs:
uses: jakebailey/pyright-action@v2 uses: jakebailey/pyright-action@v2
with: with:
version: 1.1.370 version: 1.1.370
level: warning
warnings: true warnings: true