-
Notifications
You must be signed in to change notification settings - Fork 0
Schema types #198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema types #198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
mypy
🚫 [mypy] reported by reviewdog 🐶
Cannot find implementation or library stub for module named "dataclasses_json" [import-not-found]
| from dataclasses_json import DataClassJsonMixin |
🚫 [mypy] reported by reviewdog 🐶
Class cannot subclass "DataClassJsonMixin" (has type "Any") [misc]
| class MeshComponents(DataClassJsonMixin): |
🚫 [mypy] reported by reviewdog 🐶
Cannot find implementation or library stub for module named "dataclasses_json" [import-not-found]
| from dataclasses_json import DataClassJsonMixin |
🚫 [mypy] reported by reviewdog 🐶
Class cannot subclass "DataClassJsonMixin" (has type "Any") [misc]
| class CreatePoint(DataClassJsonMixin): |
🚫 [mypy] reported by reviewdog 🐶
Cannot find implementation or library stub for module named "dataclasses_json" [import-not-found]
| from dataclasses_json import DataClassJsonMixin |
🚫 [mypy] reported by reviewdog 🐶
Class cannot subclass "DataClassJsonMixin" (has type "Any") [misc]
| class Point(DataClassJsonMixin): |
🚫 [mypy] reported by reviewdog 🐶
Class cannot subclass "DataClassJsonMixin" (has type "Any") [misc]
| class CreateAoi(DataClassJsonMixin): |
| @@ -0,0 +1,3 @@ | |||
| { | |||
| "opengeodeweb_back": {} | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doit être généré en amont ou les actions commitent ce fichier ?
|
🎉 This PR is included in version 5.11.1-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 5.11.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.