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: adding a check that alias is validated as an identifier for Python #7319

Merged

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    7a54d11 View commit details
    Browse the repository at this point in the history
  2. refactor: use is_valid_idetifier function which exists instead of bui…

    …lt-in is_identifier python method
    Andrzej Jończy committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    126927d View commit details
    Browse the repository at this point in the history
  3. test: add test for alias with dashes in dataclass field

    Andrzej Jończy committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    8c86785 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    40047f7 View commit details
    Browse the repository at this point in the history
  2. refactor: rename class Example -> Foo in test

    Andrzej Jończy committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7dbaeeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b938b34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    457b393 View commit details
    Browse the repository at this point in the history