Skip to content

Commit d209d1d

Browse files
committed
docs: update readme
1 parent 884b848 commit d209d1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ This project includes the following dependencies:
7171
- `ruff`: ^0.6.7 (for code linting and formatting)
7272
- `mypy`: ^1.11.2 (for type checking)
7373
- `pre-commit`: ^3.8.0 (for managing Git hooks)
74+
- `pytest`: ^7.2.0 (for unit testing)
7475

7576
## Code Quality
7677

@@ -109,6 +110,7 @@ overview of the configured hooks:
109110
- **Ruff Format**: Automatically formats Python code according to specified rules.
110111
- **Ruff Lint**: Performs linting to catch potential errors and maintain coding standards.
111112
- **Mypy Type Check**: Checks type annotations for consistency and correctness in Python code.
113+
- **Pytest**: Runs the tests found in the /tests folder.
112114

113115
For more information on pre-commit, visit [pre-commit.com](https://pre-commit.com).
114116

0 commit comments

Comments
 (0)