MCPcopy Create free account
hub / github.com/copier-org/copier / dev_setup

Function dev_setup

devtasks.py:12–16  ·  view source on GitHub ↗

Set up a development environment.

()

Source from the content-addressed store, hash-verified

10
11
12def dev_setup() -> None:
13 """Set up a development environment."""
14 with local.cwd(HERE):
15 local["direnv"]("allow")
16 local["uv"]("sync", "--frozen")
17
18
19def lint() -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected