nf-core / tools

Python package with helper tools for the nf-core community.
https://nf-co.re
MIT License
232 stars 187 forks source link

Lint Python code in pipeline template with Black #1119

Closed drpatelh closed 2 years ago

drpatelh commented 3 years ago

We currently are using Black to lint the main tools repo but it would be nice to also lint any code added to the pipeline template itself. This would mean extending the Github Actions in the pipeline template. I have already added ECLint CI tests to the pipeline template.

ErikDanielsson commented 2 years ago

Closing due to merge of #1119