From 9d2eced941d42e4e50adde1eaa6c9d70609611cb Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 22 Jan 2023 21:46:52 -0500 Subject: [PATCH] Add flake8-simplify to CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cfa579a64d..2ff8babdee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) 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