Skip to content

Workflow template engine with support for web-form configuration, parallel operators, and flexible execution targets.

License

Notifications You must be signed in to change notification settings

wildlife-dynamics/wt

Repository files navigation

wt

Workflow template engine with support for web-form configuration, parallel operators, and flexible execution targets.

Architecture

For package architecture diagrams, dependency graphs, and development guidelines, see CLAUDE.md.

Pre-commit Hooks

Mypy

The mypy hook addresses common pitfalls with type checking in pre-commit (reference):

Problem Solution
Checking only changed files misses errors in dependent code pass_filenames: false runs mypy on all packages
Pre-commit's isolated virtualenv lacks project dependencies language: system uses the dev environment via uv
Default hooks use --ignore-missing-imports hiding errors Uses per-package strict configs in pyproject.toml

Run manually: ./scripts/run-mypy.sh

About

Workflow template engine with support for web-form configuration, parallel operators, and flexible execution targets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5