Skip to content

Commit f8587c2

Browse files
docs: update CONTRIBUTING.md lint task descriptions
1 parent 1fed7d4 commit f8587c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This document explains how to contribute to the edit-python.pe project, the comm
2929

3030
We use `poethepoet` (poe) as our task runner. Run the following commands as needed during development:
3131

32-
- `uv run poe lint`: Runs the `ruff` linter (and checks types using `ty`).
32+
- `uv run poe lint`: Runs the `ruff` linter.
3333
- `uv run poe lint:format`: Formats the code using `ruff format`.
3434
- `uv run poe lint:types`: Checks types using `ty check`.
3535
- `uv run poe lint:docs`: Lints Markdown files using `markdownlint` (excludes `CHANGELOG.md`).

0 commit comments

Comments
 (0)