wntrblm/nox

Nox Cookbook recipes missing imports

KasperZutterman opened this issue · 0 comments

Current Behavior

Both the Instant Dev Environment and The Auto-Release cookbook recipes are missing an import, making running after copy-pasting break.

Expected Behavior

Have the recipe code contain all required imports so that running after copy-paste just works.

Steps To Reproduce

  1. Copy Instant Dev Environment and/or The Auto-Release cookbook recipes code.
  2. Run code snippet.

Environment

- OS: macOS
- Python: 3.12
- Nox: 2024.04.15

Anything else?

No response