Skip to content

Commit 672aefa

Browse files
committed
chore
1 parent 8465c54 commit 672aefa

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,6 @@ lake build
2828
lake exe verify
2929
```
3030

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-
```shell
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-
5431
## Annotations
5532

5633
[Annotations.md](./ANNOTATIONS.md)

0 commit comments

Comments
 (0)