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

Add __future__.annotations automatically by isort #26383

Merged
merged 1 commit into from
Sep 14, 2022

Commits on Sep 14, 2022

  1. Add __future__.annotations automatically by isort

    This is a follow up after apache#26289 and 26290 to automatically add
    __future__.annotations import to all new files (except empty __init__).
    
    Also the isort configureation is moved to pyproject toml to be
    consistent across manual and pre-commit runs of isort
    potiuk committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e8dee3c View commit details
    Browse the repository at this point in the history