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

Python Requirements Update #320

Merged
merged 3 commits into from
May 20, 2024

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    f81f7a9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. test: add PII coverage for wagtailcore.UploadedFile model

    The pii_check tox job is failing because the wagtailcore.UploadedFile model does not have PII annotations. This commits adds a PII annotation for this model.
    MichaelRoytman committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ec73cf5 View commit details
    Browse the repository at this point in the history
  2. style: remove unused disable=broad-except statement

    This commits removes the unnecessary use of a disable=broad-except statement.
    MichaelRoytman committed May 20, 2024
    Configuration menu
    Copy the full SHA
    169679f View commit details
    Browse the repository at this point in the history