Skip to content

Commit

Permalink
馃摑 config example
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Feb 1, 2024
1 parent 4badcf9 commit 8d53957
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ Set your environment type to `pip-compile` to use this plugin for the respective
The plugin gives you options to configure how lockfiles are generated and how they are installed
into your environment.

The following example shows how to specify the `pip-compile-hashes` option
on your environment in your `pyproject.toml` file:

```toml
[tool.hatch.envs.default]
type = "pip-compile"
pip-compile-hashes = true
```

#### Generating Lockfiles

| name | type | description |
Expand Down

0 comments on commit 8d53957

Please sign in to comment.