You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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**
- Update the `ruff` command to use `ruff check` instead of `ruff`.
- Remove the `black` command.
* **.github/workflows/lint.yml**
- Remove `black` from the `Install dependencies` step.
* **.pre-commit-config.yaml**
- Remove the `black` dependency.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/julien-duponchelle/python-mysql-replication/issues/620?shareId=XXXX-XXXX-XXXX-XXXX).
* Fix lint error & remove black
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**
- Update the `ruff` command to use `ruff check` instead of `ruff`.
- Remove the `black` command.
* **.github/workflows/lint.yml**
- Remove `black` from the `Install dependencies` step.
* **.pre-commit-config.yaml**
- Remove the `black` dependency.
Symptoms
Lint is failing
Steps to Reproduce
Create a PR
Expected Outcome
The lint step should work for the pull request
Actual Outcome
error:
ruff <path>
has been removed. Useruff check <path>
instead.Planning to Resolve
The text was updated successfully, but these errors were encountered: