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

Fix mypy checks #184

Merged
merged 6 commits into from
Oct 29, 2024
Merged

Fix mypy checks #184

merged 6 commits into from
Oct 29, 2024

Commits on Dec 13, 2023

  1. Make a note in toxfile

    browniebroke committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9a1c60f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b4214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a88cecf View commit details
    Browse the repository at this point in the history
  4. Ignore type error from mypy

    error: "type[UFMChild]" has no attribute "objects"  [attr-defined]
    
    It's a Django model, this attribute exists...
    browniebroke committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dcdd232 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22770e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f99bdda View commit details
    Browse the repository at this point in the history