We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb91e6 commit 18528c0Copy full SHA for 18528c0
2 files changed
README.md
@@ -28,7 +28,7 @@ pip install python-dotenv
28
29
This template includes the following software and tools:
30
31
-- [uv](https://docs.astral.sh/uv/) - An extremely fast Python package and project manager.
+- [uv](https://docs.astral.sh/uv/) - A Python package and project manager.
32
- [Ruff](https://docs.astral.sh/ruff/) - A Python linter and code formatter.
33
- [MyPy](https://mypy.readthedocs.io/en/stable/) - Static type checker for Python. It ensures that the variables and functions are used correctly.
34
- [Pytest](https://docs.pytest.org/en/stable/) - Python testing framework. It is used to write and run tests for the project.
0 commit comments