-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
Dev chores #2226
Dev chores #2226
Conversation
- Migrate to pyproject.toml - Migrate to ruff
@lafrech tagged you for review since there's some tooling changes here. no need to review if it's not interesting to you; just wanted you to be aware before i do the same for the other repos (marshmallow-sqlalchemy, webargs, apispec, etc). i'll plan to merge this at COB tomorrow |
@@ -16,7 +18,8 @@ | |||
|
|||
from . import fields | |||
|
|||
__version__ = "3.20.2" | |||
# TODO: Deprecate __version__? |
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.
I'm planning to deprecate __version__
, __parsed_version__
, and __version_info__
in a follow-up PR
Thanks for updating all the repos. That's a great deal of work I meant to tackle some day but didn't find the time to. Also, best practices and publication methods change and improve all the time, so I was waiting for things to settle a bit until I could copy from some over project. I shall do the same to flask-smorest and probably my own repos. Time permitting. Many thumbs up. |
I've already done these in a few of the other marshmallow-code projects and my personal repos without issue so far.
see
marshmallow-code/flask-marshmallow#285
marshmallow-code/flask-marshmallow#287