julien-duponchelle / python-mysql-replication

Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
2.31k stars 678 forks source link

Lint error #620

Open julien-duponchelle opened 1 month ago

julien-duponchelle commented 1 month ago

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