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

@ -5,7 +5,8 @@
"reportUnusedImport": "warning",
"reportDuplicateImport": "error",
"reportDeprecated": "warning",
"reportUnnecessaryTypeIgnoreComment": "warning",
"reportUnnecessaryTypeIgnoreComment": "information",
"disableBytesTypePromotions": false, // TODO: change once Python 3.12 is the minimum
"executionEnvironments": [
{
// TODO: make this version override work correctly