-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
Respect .gitignore #960
Labels
enhancement
New feature or request
Comments
I'm interested in taking up this issue if it's okay @timothycrosley |
@mdagaro, it would be very appreciated, thank you! |
mdagaro
pushed a commit
to mdagaro/isort
that referenced
this issue
Aug 9, 2019
Add flag -git/--exclude-gitignore to ignore files found in a .gitignore. Throws an exception if it is not a git repository.
mdagaro
pushed a commit
to mdagaro/isort
that referenced
this issue
Aug 9, 2019
Add flag -git/--exclude-gitignore to ignore files found in a .gitignore. Throws an exception if it is not a git repository.
mdagaro
pushed a commit
to mdagaro/isort
that referenced
this issue
Aug 9, 2019
Add flag -git/--exclude-gitignore to ignore files found in a .gitignore.
timothycrosley
added a commit
that referenced
this issue
Jul 22, 2020
Issue #960: Respect .gitignore
timothycrosley
added a commit
that referenced
this issue
Jul 22, 2020
timothycrosley
added a commit
that referenced
this issue
Jul 22, 2020
This is implemented in the develop branch (Thanks @mdagaro!) and will be deployed with the 5.2.0 minor release. |
This was just deployed with version 5.2.0 of isort. Thanks! ~Timothy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To avoid (miss)configurations it will be awesome that
isort
ignore by default the patterns set in.gitignore
.Other projects like black are also thinking on doing it.
The text was updated successfully, but these errors were encountered: