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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue