We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our pre-commit config includes mypy:
OpenHands/dev_config/python/.pre-commit-config.yaml
Lines 35 to 43 in ff3880c
And it seems to be passing.
However, when running the same command with mypy directly results in many errors.
Found 94 errors in 27 files (checked 218 source files)
openhands-mypy.txt
We should examine why pre-commit is not catching errors, because our ci pipeline also relies on pre-commit.
Docker command in README
No response
None
The text was updated successfully, but these errors were encountered:
It seems that the pre-commit yaml has version v1.9.0, while our pyproject.toml has 1.14.1. Could that be the issue?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Our pre-commit config includes mypy:
OpenHands/dev_config/python/.pre-commit-config.yaml
Lines 35 to 43 in ff3880c
And it seems to be passing.
However, when running the same command with mypy directly results in many errors.
openhands-mypy.txt
We should examine why pre-commit is not catching errors, because our ci pipeline also relies on pre-commit.
OpenHands Installation
Docker command in README
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: