-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Use resource_path for datatypes linter #19188
Use resource_path for datatypes linter #19188
Conversation
dad8120
to
24e185c
Compare
24e185c
to
1459001
Compare
it seems to complicated to import Traversable
Unless this is a bug fix (I guess not?), it needs to target the dev branch. |
|
||
|
||
def _parse_datatypes(datatype_conf_path: str) -> Set[str]: | ||
def _parse_datatypes(datatype_conf_path) -> Set[str]: |
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.
@bernt-matthias Unfortunately dropping the type annotation here hides issues when datatype_conf_path
is processed by galaxy.util.parse_xml()
. Do you mind if I open a separate PR that addresses them? I went down a rabbit hole for the last couple of days unfortunately :D
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.
Do you mind if I open a separate PR that addresses them?
No at all. Please do so.
I went down a rabbit hole for the last couple of days unfortunately
Good that you found out again.
Superseded by #19331 |
#17600 (comment)
How to test the changes?
(Select all options that apply)
License