@@ -3015,6 +3015,18 @@ format typst
3015
3015
3016
3016
Beautiful and reliable typst code formatter
3017
3017
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
+
3018
3030
**` vale `**
3019
3031
3020
3032
A markup-aware linter for prose built with speed and extensibility in mind.
@@ -11011,6 +11023,133 @@ boolean
11011
11023
11012
11024
11013
11025
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
+
11014
11153
## git-hooks.hooks.vale
11015
11154
11016
11155
0 commit comments