Skip to content

Commit 0b75028

Browse files
committed
Use uv for mypy command in README.md
1 parent 6e9fc2e commit 0b75028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ python scrapscript_tests.py
8585

8686
## Type Checking the Python Sources
8787
```bash
88-
mypy --strict scrapscript.py
88+
uv run mypy --strict scrapscript.py
8989
```
9090

9191
## Formatting the Python Sources

0 commit comments

Comments
 (0)