HelikarLab / COMO

Identify drug targets and potentially repurposable drugs for metabolism-impacting diseases
https://helikarlab.github.io/COMO/
GNU General Public License v3.0
6 stars 6 forks source link

Linters and Type Checkers #47

Open JoshLoecker opened 2 years ago

JoshLoecker commented 2 years ago

It would be useful to use a series of linters and type checkers (black(?), flake8, mypy) as a GutHub Action before building the image

JoshLoecker commented 1 year ago

Some of these should run as pre-commit hooks (or something similar), not sure which one(s) yet