Add flake8-simplify to CONTRIBUTING.md

This commit is contained in:
Charlie Marsh 2023-01-22 21:46:52 -05:00
parent be0f6acb40
commit 9d2eced941
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ existing Python plugins, which can be used as a reference implementation.
As a concrete example: consider taking on one of the rules from the [`tryceratops`](https://github.com/charliermarsh/ruff/issues/2056) As a concrete example: consider taking on one of the rules from the [`tryceratops`](https://github.com/charliermarsh/ruff/issues/2056)
plugin, and looking to the originating [Python source](https://github.com/guilatrova/tryceratops) plugin, and looking to the originating [Python source](https://github.com/guilatrova/tryceratops)
for guidance. for guidance. [`flake8-simplify`](https://github.com/charliermarsh/ruff/issues/998) has a few rules
left too.
### Prerequisites ### Prerequisites