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 found out that the same problem occurs with another tool. So this probably unrelated to VS Code. When I run my pre-commit hook. All options are picked up, but it's not excluding the pattern given in exclude.
Bug Report
To Reproduce
When I run
mypy
from the command line, I can see it's using the exclude option specified insetup.cfg
.But VS Code is marking the files in the excluded alembic folder still with errors. Providing an additional flag in settings.json didn't help either.
I managed to get it working with `python.linting.ignorePatterns``.
I found out that the same problem occurs with another tool. So this probably unrelated to VS Code. When I run my
pre-commit hook.
All options are picked up, but it's not excluding the pattern given inexclude.
Providing it with an extra flag there also doesn't help. Unfortunately, I have found a workaround like in VS Code for the hook so far.
Your Environment
The text was updated successfully, but these errors were encountered: