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

ignore return-type annotations #35

Merged
merged 2 commits into from Apr 26, 2021
Merged

ignore return-type annotations #35

merged 2 commits into from Apr 26, 2021

Commits on Apr 25, 2021

  1. ignore return-type annotations

    This fixes an issue where any function with return-type annotations will get processed through `parse_obj_as`, and inevitably throw a validation exception, which will be returned as a very confusing error message where the "loc" property is "return".
    laanak08 committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    6f323c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. add test + ignore idea files

    laanak08 committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    49621d5 View commit details
    Browse the repository at this point in the history