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 typing for most of the AST module #12633

Merged
merged 4 commits into from
Jan 9, 2024

Commits on Jan 8, 2024

  1. ast/printer: fix mypy issues

    Other than one case that I think cannot be actually hit (or it would
    fail).
    dcbaker committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a8a8b53 View commit details
    Browse the repository at this point in the history
  2. ast: mark visitor and preprocessor as mypy safe

    They already are warning free
    dcbaker committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d9798fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a3215d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    641ea7d View commit details
    Browse the repository at this point in the history