-
Notifications
You must be signed in to change notification settings - Fork 189
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
allow mixed str and dict in lint config #3228
base: dev
Are you sure you want to change the base?
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
we should probably rewrite this into a TypedDict or similar in the future.