-
Couldn't load subscription status.
- Fork 215
allow mixed str and dict in lint config #3228
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
|
Could you write a quick test for this as well? |
…ix-yml-config-type
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.
Tried my best but am not entirely following with all changes due to a lack of knowledge on the codebase of nf-tools.
Tested it also again on my pipeline & new failed tests were popping up because actions_ci was not included in the class NFCoreYamlLintConfig(BaseModel
# Conflicts: # nf_core/utils.py # tests/pipelines/lint/test_nfcore_yml.py
…ix-yml-config-type
# Conflicts: # CHANGELOG.md # nf_core/pipelines/create/create.py
Codecov ReportAttention: Patch coverage is
Additional details and impacted files☔ View full report in Codecov by Sentry. |
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.
a couple of small suggestions, otherwise LGTM
Co-authored-by: Júlia Mir Pedrol <[email protected]>
|
Thanks @mashehu ❤️ |
we should probably rewrite this into a TypedDict or similar in the future.