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

DM-42937: Convert to Ruff and fix most issues it uncovered #144

Merged
merged 2 commits into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. Convert to Ruff and fix most issues it uncovered

    Switch to the Annotated syntax for FastAPI handlers so that there
    is no need to whitelist the FastAPI dependency functions. Exclude
    the diagnostic of os.getenv in configuration for now, since I will
    convert to pydantic-settings in an upcoming PR.
    rra committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3eba2c9 View commit details
    Browse the repository at this point in the history
  2. Merge old change log into the new one

    Add the entries from the old CHANGELOG.rst to CHANGELOG.md in the
    new format and remove the old change log.
    rra committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    72291d8 View commit details
    Browse the repository at this point in the history