-
Notifications
You must be signed in to change notification settings - Fork 39
feat: add new build_dir field in settings
#307
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
Conversation
e405453 to
7829da4
Compare
7829da4 to
e09742a
Compare
|
@dhellmann now that i think about this, should i just apply this transformation: |
e09742a to
0c80c26
Compare
0c80c26 to
2e1fe5f
Compare
|
Handling the case where user tries to escape the source root dir is a bit tough since ".." can appear anywhere in the path for example: For example say our sdist dir path is |
2e1fe5f to
cab701c
Compare
fixes #278
had to tell mypy to ignore
settings.pyuntil #257