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

Allow opt-out of standard library detection #395

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Summary

Users can now specify "ruff.ignoreStandardLIbrary": false to turn off the standard library detection.

Closes #351.

@charliermarsh charliermarsh added the enhancement New feature or request label Jan 25, 2024
@charliermarsh charliermarsh merged commit 38a4b67 into main Jan 25, 2024
6 checks passed
@charliermarsh charliermarsh deleted the charlie/ignore branch January 25, 2024 06:00
@hansalemaos
Copy link

hansalemaos commented Jan 25, 2024

not working:

"ruff.ignoreStandardLIbrary": false

working:

"ruff.ignoreStandardLibrary": false

I guess you were not lying yesterday when you said that you were tired hahaha
Thanks again for your great work. I have been testing the linter for some hours and it is really AWESOME!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ruff doesn't work with virtual environment
2 participants