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
I get error with pre-commit's mypy, but not with the local mypy. Why?
The text was updated successfully, but these errors were encountered:
mypy src
vs
pre-commit run -a mypy
Sorry, something went wrong.
The hook runs in an isolated environment, adding dependencies in .pre-commit-config.yaml fixes this.
.pre-commit-config.yaml
a1c1d0a
mikegerber
No branches or pull requests
I get error with pre-commit's mypy, but not with the local mypy. Why?
The text was updated successfully, but these errors were encountered: