flaxandteal / dewret

DEclarative Workflow REndering Tool
Apache License 2.0
1 stars 0 forks source link

Check argument list is complete [1-25] #13

Closed philtweir closed 4 months ago

philtweir commented 4 months ago

Closes #11 - provides basic Python-valid checking of task signatures in calls. Both directly, and within a nested task.

This also adds a series of minor CI fixes that arose during implementation, to ensure tests and static checking is thorough and passes.

philtweir commented 4 months ago

Aside from a potentially missing test, this seems reasonable.

Given that call is going away in a stacked PR anyway, I'll take that as good to go?