-
Notifications
You must be signed in to change notification settings - Fork 55
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 isort's skip_glob
setting
#751
base: master
Are you sure you want to change the base?
Conversation
@ranelpadon I started by successfully adding a failing unit test. Next, looking deeper into the reason for the wrong behavior. It's somehow related to the fact that Darker calls I invited you as a collaborator on this repository, hoping you could be the reviewer for this PR. Would you have time for that? |
Ok @ranelpadon there seem to be two reasons for
Reason 1. is easily fixed, but 2. is a trickier one. I'll need to spend a little more time on it. |
- `relative_path`: path relative to a `root` directory - `path_from_cwd`: either relative to working directory or an absolute path
752da52
to
fa1a0f2
Compare
Not so difficult to fix after all. @ranelpadon could you verify that this branch works for you? This PR is best reviewed one commit at a time. |
Fixes #615.