Skip to content

Commit 8962cea

Browse files
authored
hotfix: add description of main tools
1 parent 952ad04 commit 8962cea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Conveniently, a set of workflows via Github Actions are already installed:
2121

2222
Tools:
2323

24-
- [uv](https://docs.astral.sh/uv/)
25-
- [ruff](https://docs.astral.sh/ruff/)
26-
- [mypy](https://mypy.readthedocs.io/)
27-
- [pytest](https://docs.pytest.org/en/)
28-
- [pre-commit](https://pre-commit.com/)
29-
- [prettier](https://prettier.io/)
30-
- [codespell](https://github.com/codespell-project/codespell)
24+
- [uv](https://docs.astral.sh/uv/): manage dependencies, python versions and virtual environments
25+
- [ruff](https://docs.astral.sh/ruff/): lint and format Python code
26+
- [mypy](https://mypy.readthedocs.io/): check types
27+
- [pytest](https://docs.pytest.org/en/): run unit tests
28+
- [pre-commit](https://pre-commit.com/): manage pre-commit hooks
29+
- [prettier](https://prettier.io/): format YAML and Markdown
30+
- [codespell](https://github.com/codespell-project/codespell): check spelling in source code
3131

3232
## Installation
3333

0 commit comments

Comments
 (0)