Skip to content
New issue

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

Don't run pyright on files from .tox environemnt #228

Merged
merged 2 commits into from
Feb 25, 2022

Conversation

ItsDrike
Copy link
Member

@ItsDrike ItsDrike commented Feb 22, 2022

Without this, when .tox folder is present with the virtual environment constructed by tox, pyright attempts to check every file in it. This prevents that and adds .tox to the excluded paths.

Blocked by:

@ItsDrike ItsDrike added status: needs review Author is waiting for someone to review and approve type: bug Something isn't working labels Feb 22, 2022
@kevinkjt2000 kevinkjt2000 merged commit f4c667f into master Feb 25, 2022
@kevinkjt2000 kevinkjt2000 deleted the ignore-tox-for-pyright branch February 25, 2022 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs review Author is waiting for someone to review and approve type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants