julien-duponchelle / python-mysql-replication

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

Lint error #620

Open julien-duponchelle opened 4 months ago

julien-duponchelle commented 4 months 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