mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
[perflint
] Add perflint
plugin, add first rule PERF102
(#4821)
## Summary Adds boilerplate for implementing the [perflint](https://github.com/tonybaloney/perflint/) plugin, plus a first rule. ## Test Plan Fixture added for PER8102 ## Issue link Refers: https://github.com/charliermarsh/ruff/issues/4789
This commit is contained in:
parent
be2fa6d217
commit
a477720f4e
12 changed files with 480 additions and 1 deletions
|
@ -74,6 +74,7 @@ natively, including:
|
|||
- [mccabe](https://pypi.org/project/mccabe/)
|
||||
- [pandas-vet](https://pypi.org/project/pandas-vet/)
|
||||
- [pep8-naming](https://pypi.org/project/pep8-naming/)
|
||||
- [perflint](https://pypi.org/project/perflint/) ([#4789](https://github.com/astral-sh/ruff/issues/4789))
|
||||
- [pydocstyle](https://pypi.org/project/pydocstyle/)
|
||||
- [pygrep-hooks](https://github.com/pre-commit/pygrep-hooks)
|
||||
- [pyupgrade](https://pypi.org/project/pyupgrade/)
|
||||
|
@ -175,6 +176,7 @@ Today, Ruff can be used to replace Flake8 when used with any of the following pl
|
|||
- [mccabe](https://pypi.org/project/mccabe/)
|
||||
- [pandas-vet](https://pypi.org/project/pandas-vet/)
|
||||
- [pep8-naming](https://pypi.org/project/pep8-naming/)
|
||||
- [perflint](https://pypi.org/project/perflint/) ([#4789](https://github.com/astral-sh/ruff/issues/4789))
|
||||
- [pydocstyle](https://pypi.org/project/pydocstyle/)
|
||||
- [tryceratops](https://pypi.org/project/tryceratops/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue