Update link to Pylint parity tracking issue (#2074)

This commit is contained in:
Cosmo 2023-01-21 17:46:55 -05:00 committed by GitHub
parent 5726118cfe
commit 39aed6f11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1539,7 +1539,7 @@ Like Flake8, Pylint supports plugins (called "checkers"), while Ruff implements
Unlike Pylint, Ruff is capable of automatically fixing its own lint violations.
Pylint parity is being tracked in [#689](https://github.com/charliermarsh/ruff/issues/689).
Pylint parity is being tracked in [#970](https://github.com/charliermarsh/ruff/issues/970).
### Which tools does Ruff replace?