Conversation
Project now uses ruff for linting so this config file is obsolete.
|
It seems |
|
But is that not because we still install python-lsp-server/.github/workflows/static.yml Lines 38 to 42 in fc2851a cc: @tkrabel |
I came to the conclusion that pylint is still used in some tests because of the pylint plugin. That’s why it needs to be installed, requiring also pycodestyle. I won’t resist removing that if you find a way to make all tests pass :) |
|
I guess it makes sense we install In any case, I think we can still remove this config file and have a |
|
@doolio, I think you're misunderstanding things a bit. If you look at one of the failing tests you'll see its workspace is set at the root of the repo to get access to its |
Very likely so I appreciate you taking the time. These tests are failing because I have removed the My aim with this PR was to remove |
That should be the case, yes. But I don't think it's necessary because we're not using Pylint for the project anymore. That's why I propose to move the current |

Project now uses ruff for linting so this config file is obsolete.