Skip to content

Commit 288cd55

Browse files
committed
Update CLAUDE.md
1 parent 0ffa6e7 commit 288cd55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ make py-build
5959
make py-docs
6060
```
6161

62+
Before finishing your implementation or committing any code, you should run:
63+
64+
```bash
65+
uv run ruff check --fix pkg-py --config pyproject.toml
66+
```
67+
68+
To get help with making sure code adheres to project standards.
69+
6270
### R Package
6371

6472
```bash

0 commit comments

Comments
 (0)