Jeremiah Paige

Results 34 comments of Jeremiah Paige

The typing module and abc module do have many similar classes, but they are not aliases. They can often be substituted in your own code, but isort should not be...

> Whilst they are vaguely related to imports they are really "user errors" in domains other than import-order problems; this implies they are all linting issues and wouldn't be appropriate...

>> It does have the --py option to specify a version of the standard library to target, but I'm not so sure it is used often and without that knowledge...

I have adapted and example from #1771 to show how even now skipping gitignore doesn't stop isort leaving the project root. ```bash ❯ mkdir test ❯ echo 'import foo' >>...

I have not picked up this ticket at all yet. If you would like make a PR to address it, contributions are very welcome!

The change to isort's python dependency seems to have really messed up the ability to do a `poetry update`. I'm not sure how a new lock file was generated for...

This feature will be added by #62

Hi and thanks for the suggestions. 1. This module has been available on pypi.org since this repo existed: https://pypi.org/project/f-yeah/ 2. Yes, I would like to make this modification to support...

Thank you for the issue. I see that there is a problem with the C-compiled extension for Windows platforms in earlier versions. However, version `0.4.0` specifically dropped C extensions in...