PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Support linitng imports under if TYPE_CHECKING: #200

Open birthdaysgift opened 1 year ago

birthdaysgift commented 1 year ago

I'd like to add an ability to sort imports used for type checking as well as other imports.

birthdaysgift commented 1 year ago

I already have a working solution but I couldn't push my branch and create a PR. Seems like I have no access to push to the repository.

Do you have some contribution guide or anything I should know to be able to propose my solution and make a PR?

dejvidq commented 2 months ago

Fork the repository, after thay make a branch for this feature and push your code there and later create a PR in this repo from your fork.