microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.28k stars 286 forks source link

use ruff instead of black in CI lint check #16030

Open amunger opened 1 week ago

amunger commented 1 week ago

we now recommend using Ruff and removed the recommendation of black, but still format the files with black (although black is still mentioned in contributing.md). Could we switch the lint check to use RUFF instead and remove our dependence from black entirely?

amunger commented 1 week ago

python extension also mentions black in their configuration guide https://github.com/microsoft/vscode-python/wiki/Coding#building, but seems like that might just be out of date. cc @karthiknadig