Labtasker [WIP] A easy-to-use task management tool for lab environments. Development Setup Pre-commit hooks # Install pre-commit hooks pip install pre-commit pre-commit install Install development dependencies pip install -e ".[dev]" Format code make format Run linters make lint Run tests make test