-
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
Ruff with Ale in Nvim Shows errors on things that should be ignored #1829
Comments
And here is the config:
Also, we should probbably put instructions for this in the README, since this seems a lot easier than the suggested way of using ruff in vim. |
Not super familiar with this tool... My best guess is that it's not passing the filename to Ruff? So we can't find the config? |
Exactly. dense-analysis/ale#4414 |
This is definitely the issue! Thanks! Charlie, should I replace our current README with Ale since the config is WAY easier? It also one of the most popular vim tools. |
Gonna close since I think this is handled by the upstream issue. @colin99d - Can you add a section for it similar to what we have for |
Fixes the sub issue I brought up in #1829.
Not sure if this is an issue here or with Ale. From the output of
![Screenshot 2023-01-12 at 1 48 08 PM](https://user-images.githubusercontent.com/72827203/212153088-be007d18-ddf7-42fe-bbd5-2c1c7d4f4217.png)
ruff .
, you can see that S101 is being ignored. However, in the file itself I still see the warning.The text was updated successfully, but these errors were encountered: