We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db00603 commit fdb8619Copy full SHA for fdb8619
README.md
@@ -9,6 +9,21 @@
9
10
Use `uv` to create virtual environments and install packages for `pre-commit`.
11
12
+## Installation
13
+
14
+With pipx:
15
16
+```shell
17
+pipx install pre-commit
18
+pipx inject pre-commit pre-commit-uv
19
+```
20
21
+With uv:
22
23
24
+uv tool install pre-commit --with pre-commit-uv --force-reinstall
25
26
27
## Why?
28
29
Compared to upstream `pre-commit` will speed up the initial seed operation. In general, upstream recommends caching the
0 commit comments