File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ Conveniently, a set of workflows via Github Actions are already installed:
2121
2222Tools:
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
You can’t perform that action at this time.
0 commit comments