Skip to content
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

Lint error #620

Open
1 of 2 tasks
julien-duponchelle opened this issue Jul 27, 2024 · 0 comments
Open
1 of 2 tasks

Lint error #620

julien-duponchelle opened this issue Jul 27, 2024 · 0 comments

Comments

@julien-duponchelle
Copy link
Owner

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. Use ruff check <path> instead.

Planning to Resolve

  • I plan to create a pull request to resolve this issue.
  • I don't plan to resolve this myself and would like someone else to address it.
julien-duponchelle added a commit that referenced this issue Jul 27, 2024
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).
julien-duponchelle added a commit that referenced this issue Aug 11, 2024
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant