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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I'm unsure if this is an issue with linter-pylint specifically, but it is an issue caused by multiple packages interacting. Apologies if it is the wrong repository.
I am encountering an issue with linter-mypy which is the result of an incorrectly set PYTHONPATH environment variable. When set, this variable is equal to the linter-pylint setting of the same name (linter-mypy works when the variable is not set/is empty). Full issue details.
Since both linters will be running at the same time, and the occurrences of the issue are seemingly random, I highly suspect there is a race condition at play.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm unsure if this is an issue with linter-pylint specifically, but it is an issue caused by multiple packages interacting. Apologies if it is the wrong repository.
I am encountering an issue with linter-mypy which is the result of an incorrectly set
PYTHONPATH
environment variable. When set, this variable is equal to the linter-pylint setting of the same name (linter-mypy works when the variable is not set/is empty). Full issue details.Since both linters will be running at the same time, and the occurrences of the issue are seemingly random, I highly suspect there is a race condition at play.
The text was updated successfully, but these errors were encountered: