-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CLI: Show source context by default in ruff check
#7349
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This was referenced Sep 13, 2023
This is already the case in preview, right? |
Yeah I believe this was completed in #9687 Should we leave the issue open to track making it the non-preview default? |
IIUC |
Merged
MichaReiser
added a commit
that referenced
this issue
Jun 27, 2024
MichaReiser
added a commit
that referenced
this issue
Jun 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
--show-source
flag can be used to show source information alongside violations duringruff check
. This should be the default behavior.--no-show-source
can be used to return to the previous output. In the future, this option will be removed; see #7350.The text was updated successfully, but these errors were encountered: