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
mypy
Add to .pre-commit-config.yaml to enforce that:
.pre-commit-config.yaml
- repo: https://github.com/pre-commit/mirrors-mypy rev: v1.13.0 hooks: - id: mypy files: "src"
The text was updated successfully, but these errors were encountered:
That would be worth a try.
Sorry, something went wrong.
I would need help to fix all issues:
$ mypy src/blosc2 [...] Found 170 errors in 8 files (checked 10 source files) $
Static typing annotations are not useful without running a static type checker.
Ok, this is a major task. Will have to be deferred probably after 3.0.0-rc1 which is coming soon.
No branches or pull requests
Add to
.pre-commit-config.yaml
to enforce that:The text was updated successfully, but these errors were encountered: