Skip to content

Commit bf064c2

Browse files
committed
readme tweaks
1 parent 7b1a271 commit bf064c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,21 @@ This project uses Ruff for code formatting and linting. The configuration is spe
8484
To check code style:
8585

8686
```bash
87-
ruff check --select I --fix
87+
% ruff check --select I --fix
8888
```
8989

9090
To format code:
9191

9292
```bash
93-
ruff format
93+
% ruff format
9494
```
9595

9696
### Testing
9797

9898
Run tests with pytest:
9999

100100
```bash
101-
python -m pytest tests/
101+
% uv run pytest
102102
```
103103

104104
### Project Structure

0 commit comments

Comments
 (0)