Skip to content

Commit

Permalink
docs: expand environment dev-mode description (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Jun 23, 2024
1 parent adba003 commit 72e0942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/environment/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ features = [

### Dev mode

By default, environments will always reflect the current state of your project on disk. Set `dev-mode` to `false` to disable this behavior:
By default, environments will always reflect the current state of your project on disk, for example, by installing it in editable mode in a Python environment. Set `dev-mode` to `false` to disable this behavior and have your project installed only upon creation of a new environment. From then on, you need to manage your project installation manually.

```toml config-example
[tool.hatch.envs.static]
Expand Down

0 comments on commit 72e0942

Please sign in to comment.