-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Wildcard import #1411
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
Wildcard import #1411
Conversation
|
this is a good point, is it possible to achieve the same by not ignoring F405 flake8 and modifyiing some config? Line 64 in a74fef9
|
|
Yup, looks good. What do you think I should I do for |
this tool suggests to set |
|
But I'm not sure if |
sure I'm fine with either. I think both are valid for |
|
Wildcard imports in What MONAI does is a bit of a mix at the moment, what I had implemented before was an |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
9d212f2 to
3fd62bc
Compare
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
|
Couldn't figure out how to set flake8 up so that |
|
thanks, looks good to me. optionally could add a sentence in (also doesn't setting Line 67 in db7bf89
|
Will do.
We could ignore all |
|
/integration-test |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
f70f73c to
47d35d4
Compare
wyli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks it looks good to me.
Description
Avoid
import *'s. Add toruntests.shfor future additions.Status
Ready
Types of changes
./runtests.sh --codeformat --coverage../runtests.sh --quick.make htmlcommand in thedocs/folder.