Skip to content

Commit a9899b2

Browse files
committed
📦📝 Fix typo in readme and add instructions for development tools
1 parent f295fd9 commit a9899b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project_name/README.md.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ import {{ package_name }}
4545
- use `uv run just format` to format the code.
4646
- use `uv run just lint` to see linting errors.
4747
- use `uv run just test` to see run tests.
48-
- use `uv run ruff check` to run all the checks (format, lint, test, and pre-commit).
48+
- use `uv run just check` to run all the checks (format, lint, test, and pre-commit).
49+
- Run a specific tool directly, with `uv run pytest`/`ruff`/`mypy`/`black`/...
4950

5051
### Build
5152

0 commit comments

Comments
 (0)