QuEraComputing / bloqade-python

QuEra's Neutral Atom SDK for Analog QPUs
https://bloqade.quera.com/
Other
48 stars 12 forks source link

Integration with linters #498

Open Roger-luo opened 10 months ago

Roger-luo commented 10 months ago

custom linting rules can be implemented for pypy through plugins, e.g pydantic provides that. We might want to do this for our builder class so static validation (relatively low-cost validation) can show up in the editor's prompts.

weinbe58 commented 10 months ago

What are the use cases you where thinking of in terms of validation?