We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8465c54 commit 672aefaCopy full SHA for 672aefa
1 file changed
README.md
@@ -28,29 +28,6 @@ lake build
28
lake exe verify
29
```
30
31
-## Developer (running pre-commit)
32
-
33
-Pre-commit is optional; CI will report exact commands if it fails.
34
35
-Steps to run pre-commit locally. Install `uv`.
36
37
-Initialize once:
38
39
-```shell
40
-uv self update
41
-uvx pre-commit install
42
-uvx pre-commit run --all-files
43
-```
44
45
-Save progress as needed:
46
47
48
-git add -A
49
-# If pre-commit makes changes, re-run `git add -A` before committing.
50
-git commit -m "update"
51
-git push -u origin main
52
53
54
## Annotations
55
56
[Annotations.md](./ANNOTATIONS.md)
0 commit comments