Skip to content

Commit 9afea25

Browse files
Auto generate docs/reference/options.md
1 parent 2aa2794 commit 9afea25

File tree

1 file changed

+139
-0
lines changed

1 file changed

+139
-0
lines changed

docs/reference/options.md

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3015,6 +3015,18 @@ format typst
30153015

30163016
Beautiful and reliable typst code formatter
30173017

3018+
**` uv-check `**
3019+
3020+
Check if uv’s lockfile is up-to-date.
3021+
3022+
**` uv-export `**
3023+
3024+
Export uv’s lockfile.
3025+
3026+
**` uv-lock `**
3027+
3028+
Update uv’s lockfile.
3029+
30183030
**` vale `**
30193031

30203032
A markup-aware linter for prose built with speed and extensibility in mind.
@@ -11011,6 +11023,133 @@ boolean
1101111023

1101211024

1101311025

11026+
## git-hooks.hooks.uv-export
11027+
11028+
11029+
11030+
uv export hook
11031+
11032+
11033+
11034+
*Type:*
11035+
submodule
11036+
11037+
*Declared by:*
11038+
- [https://github.com/cachix/git-hooks.nix/blob/master/modules/hooks.nix](https://github.com/cachix/git-hooks.nix/blob/master/modules/hooks.nix)
11039+
11040+
11041+
11042+
## git-hooks.hooks.uv-export.enable
11043+
11044+
11045+
11046+
Whether to enable this pre-commit hook.
11047+
11048+
11049+
11050+
*Type:*
11051+
boolean
11052+
11053+
11054+
11055+
*Default:*
11056+
` false `
11057+
11058+
*Declared by:*
11059+
- [https://github.com/cachix/git-hooks.nix/blob/master/modules/hook.nix](https://github.com/cachix/git-hooks.nix/blob/master/modules/hook.nix)
11060+
11061+
11062+
11063+
## git-hooks.hooks.uv-export.description
11064+
11065+
11066+
11067+
Description of the hook. Used for metadata purposes only.
11068+
11069+
11070+
11071+
*Type:*
11072+
string
11073+
11074+
11075+
11076+
*Default:*
11077+
` "" `
11078+
11079+
*Declared by:*
11080+
- [https://github.com/cachix/git-hooks.nix/blob/master/modules/hook.nix](https://github.com/cachix/git-hooks.nix/blob/master/modules/hook.nix)
11081+
11082+
11083+
11084+
## git-hooks.hooks.uv-export.settings.flags
11085+
11086+
11087+
11088+
Flags passed to ` uv export `
11089+
11090+
11091+
11092+
*Type:*
11093+
string
11094+
11095+
11096+
11097+
*Default:*
11098+
` "" `
11099+
11100+
*Declared by:*
11101+
- [https://github.com/cachix/git-hooks.nix/blob/master/modules/hooks.nix](https://github.com/cachix/git-hooks.nix/blob/master/modules/hooks.nix)
11102+
11103+
11104+
11105+
## git-hooks.hooks.uv-export.settings.format
11106+
11107+
11108+
11109+
Output format of the project’s lockfile.
11110+
11111+
11112+
11113+
*Type:*
11114+
one of “requirements.txt”, “pylock.toml”
11115+
11116+
11117+
11118+
*Default:*
11119+
` "pylock.toml" `
11120+
11121+
11122+
11123+
*Example:*
11124+
` "requirements.txt" `
11125+
11126+
*Declared by:*
11127+
- [https://github.com/cachix/git-hooks.nix/blob/master/modules/hooks.nix](https://github.com/cachix/git-hooks.nix/blob/master/modules/hooks.nix)
11128+
11129+
11130+
11131+
## git-hooks.hooks.uv-export.settings.locked
11132+
11133+
11134+
11135+
Assert that the ` uv.lock ` will remain unchanged.
11136+
Requires that the lockfile is up-to-date. If the lockfile is missing or needs to be updated, uv will exit with an error.
11137+
11138+
11139+
11140+
*Type:*
11141+
boolean
11142+
11143+
11144+
11145+
*Default:*
11146+
` true `
11147+
11148+
*Declared by:*
11149+
- [https://github.com/cachix/git-hooks.nix/blob/master/modules/hooks.nix](https://github.com/cachix/git-hooks.nix/blob/master/modules/hooks.nix)
11150+
11151+
11152+
1101411153
## git-hooks.hooks.vale
1101511154

1101611155

0 commit comments

Comments
 (0)