You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that (1) mypy xcdat and (2) pre-commit run mypy --all-files produce different results.
I learned that (2) runs in an isolated virtualenv without dependencies installed, so we must add an array of dependencies in the additional_dependencies settings under .pre-commit-config.yaml to capture a complete log of issues.
Is your feature request related to a problem?
I noticed that (1)
mypy xcdat
and (2)pre-commit run mypy --all-files
produce different results.I learned that (2) runs in an isolated virtualenv without dependencies installed, so we must add an array of dependencies in the
additional_dependencies
settings under.pre-commit-config.yaml
to capture a complete log of issues.More info: pre-commit/pre-commit#1580 (comment)
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: