Greetings there,
Hope all are well. So, I have been running pylance on strict for the past year, and until today I have had 0 errors.
I launched my vscode today, and it suddenly is showing me 1k errors. I have not changed ANY code, and I worked with this repo two weeks ago, so it's not like it's been ages.
I would really appreciate some help. It's going on my nerves beyond reason. Thank you.
For context, these are the majority of what it's screaming about
"reportUnnecessaryIsInstance": false,
"reportConstantRedefinition": false,
"reportUnknownLambdaType": false,
"reportUnknownVariableType": false,
"reportUnknownArgumentType": false,
"reportUnknownMemberType": false,
"reportUnknownParameterType": false,
"reportMissingParameterType": false,
"reportMissingTypeArgument": false,
which I turned false today after the fact, so it can't be that I missed them or had them accidentally turned off before.
For context, here's my repo (specifically this branch):
https://github.com/Qualition/quick/tree/circuit-improvements
Quick is an agnostic gate-based circuit SDK, providing an integrated interface for using any supported quantum circuit framework seamlessly. - GitHub - Qualition/quick at circuit-improvements