mirror of https://github.com/pypa/hatch.git
18 lines
393 B
Markdown
18 lines
393 B
Markdown
# Default environment collector
|
|
|
|
-----
|
|
|
|
This adds the `default` environment with [type](../../config/environment/overview.md#type) set to [virtual](../environment/virtual.md) and will always be applied.
|
|
|
|
## Configuration
|
|
|
|
The environment collector plugin name is `default`.
|
|
|
|
```toml config-example
|
|
[tool.hatch.env.collectors.default]
|
|
```
|
|
|
|
## Options
|
|
|
|
There are no options available currently.
|