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

Modernise type annotations using FA rules from ruff #785

Merged
merged 2 commits into from
Mar 10, 2024

Commits on Mar 10, 2024

  1. Modernise type annotations using FA rules from ruff

    This enforces the use of `from __future__ import annotations` on all
    files that use objects from `typing` that have clearer syntax available
    in newer typing  annotation syntax.
    pradyunsg committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2975921 View commit details
    Browse the repository at this point in the history
  2. Use recursive types in _parser

    This makes use of more accurate type checking enabled by newer type
    checker versions.
    pradyunsg committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4223a24 View commit details
    Browse the repository at this point in the history