allow mixed str and dict in lint config#3228
Conversation
|
Could you write a quick test for this as well? |
…ix-yml-config-type
Joon-Klaps
left a comment
There was a problem hiding this comment.
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. |
mirpedrol
left a comment
There was a problem hiding this comment.
a couple of small suggestions, otherwise LGTM
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
|
Thanks @mashehu ❤️ |
we should probably rewrite this into a TypedDict or similar in the future.