-
-
Notifications
You must be signed in to change notification settings - Fork 468
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
"rye lint --fix" fails #1414
Comments
Also, running with -v:
|
I tried using ruff directly from the .rye distribution and it also fails. So this may be a ruff issue:
This also fails if I remove the --fixable option too. |
This is probably by design; fixes for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce
a. source "$HOME/.rye/env"
b. cd /tmp/
c. rye init junk; cd junk
a. rye lint
b. rye lint --fix
Expected Result
Rye should both:
Actual Result
and
Version Info
:/tmp/junk]: rye --version
rye 0.41.0
commit: 0.41.0 (10d691d 2024-09-29)
platform: linux (x86_64)
self-python: [email protected]
symlink support: true
uv enabled: true
Stacktrace
No response
The text was updated successfully, but these errors were encountered: