fix: ai_gateway/code_suggestions/processing/ops.py has 2 mypy errors
Problem to Solve
Our static type checker has determined that there are 2 mypy errors in ai_gateway/code_suggestions/processing/ops.py
Implementation
- Clone the AI Gateway and follow the README to setup your development environment
- In the
Makefileat the root of the project remove the line--exclude "ai_gateway/code_suggestions/processing/ops.py" - In a terminal session run
make lintand read any mypy errors in the output - These are the errors to be fixed
Resources
- Example MR 1: chore: fix mypy errors in tests/chat
- Example MR 2: chore: fix mypy warnings in tests/cs/models
Community Contributor Notes
This project has tooling as part of the CI pipeline to enforce the conventional commits standard. Here is a conventional commit cheat sheet which should assist contributors
Support contact: @tle_gitlab
Edited by Tan Le