carlosperate / awesome-pyproject

An Awesome List of projects using the pyproject.toml Python configuration file.
Creative Commons Zero v1.0 Universal
939 stars 35 forks source link

Adding autoimport? #75

Closed hydrargyrum closed 1 year ago

hydrargyrum commented 1 year ago

autoimport is a tool for removing unused imports and adding missing imports (e.g. you use Collection but did not import it from typing, autoimport will add it!)

carlosperate commented 1 year ago

Looks like a great addition! Would you be able to create a PR to add it?