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

Update isort to follow pyi (stub files) standards, in similar fashion to black #942

Closed
timothycrosley opened this issue May 7, 2019 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@timothycrosley
Copy link
Member

Currently, isort is unaware of the differences between the established coding standards for .py files and .pyi files, treating them the same. This ticket represents updating isort to be aware of these differences, in particular for .pyi files and follow the appropriate standard for the given file type. https://github.com/python/typeshed/blob/master/CONTRIBUTING.md#stub-file-coding-style provides a good initial intro to the .pyi specific standards.

In particular, any resolution to this ticket should resolve the incompatibility with Black outlined here: psf/black#837

@timothycrosley timothycrosley added bug Something isn't working enhancement New feature or request labels May 7, 2019
@timothycrosley timothycrosley self-assigned this May 7, 2019
@timothycrosley
Copy link
Member Author

Fixed in release 4.3.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant