bloqade-python
bloqade-python copied to clipboard
Integration with linters
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.
What are the use cases you where thinking of in terms of validation?