Skip to content
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

10 update to use pydantic v2 #40

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Conversation

lfse-slafleur
Copy link
Member

@lfse-slafleur lfse-slafleur commented Jul 29, 2024

Waiting on #39

@lfse-slafleur lfse-slafleur self-assigned this Jul 29, 2024
@lfse-slafleur lfse-slafleur linked an issue Jul 29, 2024 that may be closed by this pull request
@lfse-slafleur lfse-slafleur changed the base branch from main to 38-update-s2-definitions-to-002-beta July 29, 2024 10:54
@@ -10,7 +10,7 @@ ignore-paths=src/s2python/generated/
# avoid hangs.
jobs=1

disable=missing-class-docstring,missing-module-docstring,too-few-public-methods,missing-function-docstring
disable=missing-class-docstring,missing-module-docstring,too-few-public-methods,missing-function-docstring,no-member
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pylint is not smart enough to follow protocols like mypy. Mypy should cover all no-member issues so disable in pylint.

@lfse-slafleur lfse-slafleur marked this pull request as ready for review July 29, 2024 15:07
@lfse-slafleur
Copy link
Member Author

Had to start the pipeline manually due to inactivity. Result may be found here: https://github.com/flexiblepower/s2-python/actions/runs/10147264724

Base automatically changed from 38-update-s2-definitions-to-002-beta to main September 6, 2024 08:23
@lfse-slafleur
Copy link
Member Author

Bypass due to #44

@lfse-slafleur lfse-slafleur merged commit dc1d339 into main Sep 6, 2024
19 checks passed
@lfse-slafleur lfse-slafleur deleted the 10-update-to-use-pydantic-v2 branch September 6, 2024 08:29
@lfse-slafleur
Copy link
Member Author

Seita mentioned they may have need for a pydantic v1 version. So branch here: https://github.com/flexiblepower/s2-python/tree/pydantic_v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to use pydantic v2
1 participant