good first issuehelp wanted
Métriques du dépôt
- Stars
- (1 929 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Currently the registry tags are a dictionary format like this:
{"description":"this is a test feature"}
but user could easily do something else like
{"description", "this is a test feature"}
and the object will not be serialized as it's not a valid python dict. We should add a type check for that to avoid those kind of errors.