You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm working in benches/bench.py and my .gitignore excludes benches/ then isort is refusing to sort my imports in bench.py and it only resolves when I remove the exclusion of benches/ from my .gitignore. I don't recall this begin the default behaviour...
The text was updated successfully, but these errors were encountered:
If I'm working in
benches/bench.py
and my.gitignore
excludesbenches/
thenisort
is refusing to sort my imports inbench.py
and it only resolves when I remove the exclusion ofbenches/
from my.gitignore
. I don't recall this begin the default behaviour...The text was updated successfully, but these errors were encountered: