frisen-lab / TREX

Simultaneous lineage TRacking and EXpression profiling of single cells using RNA-seq
MIT License
5 stars 6 forks source link

Reformat code with Black #61

Closed marcelm closed 11 months ago

marcelm commented 11 months ago

This reformats the code with the black code formatter, which has become the de-facto standard for automatically formatting Python code. It’s used in many open source projects.

This also adds a pre-commit hook that checks whether the code is correctly formatted at commit time.

Also, a CI check was added that fails if the code is not formatted the way black would do it.