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

rfc: Migrate most configs from setup.py to pyproject.toml #5962

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 19, 2024

  1. rfc: Migrate most configs from setup.py to pyproject.toml

    Call `python setup.py` directly is deprecated, to modernize this
    project, let's introduce pyproject.toml, it supports more features. For
    compatibility with the past, keep setup.py in present.
    
    Signed-off-by: Yihuang Yu <[email protected]>
    PaulYuuu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    db37423 View commit details
    Browse the repository at this point in the history
  2. chore: Migrate settings of linter and formatter to pyproject.toml

    pyproject.toml can be an entry to maintain configurations of linter and
    formatter, which easier to manage their configurations.
    
    Signed-off-by: Yihuang Yu <[email protected]>
    PaulYuuu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    09420d5 View commit details
    Browse the repository at this point in the history