Closed julien-duponchelle closed 3 months ago
Related to #620
Update the lint script and configuration files to fix the lint error. And remove black because ruff replace it.
scripts/lint.sh
ruff
ruff check
black
.github/workflows/lint.yml
Install dependencies
.pre-commit-config.yaml
For more details, open the Copilot Workspace session.
I will fix the pipeline when coming back from holiday
Related to #620
Update the lint script and configuration files to fix the lint error. And remove black because ruff replace it.
scripts/lint.sh
ruff
command to useruff check
instead ofruff
.black
command..github/workflows/lint.yml
black
from theInstall dependencies
step..pre-commit-config.yaml
black
dependency.For more details, open the Copilot Workspace session.