rki-mf1 / covsonar

A database-driven system for handling genomic sequences of SARS-CoV-2 and screening genomic profiles.
GNU General Public License v3.0
6 stars 0 forks source link

Add covsonar 1 precommit hook to run black and zimports, etc. #116

Closed matthuska closed 12 months ago

matthuska commented 12 months ago

Doesn't use poetry like covsonar 2, but downloads the tools into a local dir so they don't need to already be installed.

Requires you to have pre-commit installed already, and then (I think) you need to run pre-commit install in the covsonar directory once to set everything up.