From c8cb2eead2d067e692ef5f8184b6027c2ef64c16 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sat, 24 Sep 2022 13:09:45 -0400 Subject: [PATCH] Remove README note about noqa patterns --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eb72e6bf5c..13b443a6bb 100644 --- a/README.md +++ b/README.md @@ -212,8 +212,7 @@ variables.) Beyond rule-set parity, ruff suffers from the following limitations vis-à-vis Flake8: 1. Flake8 has a plugin architecture and supports writing custom lint rules. -2. Flake8 supports a wider range of `noqa` patterns, such as per-file ignores defined in `.flake8`. -3. ruff does not yet support parenthesized context managers. +2. ruff does not yet support parenthesized context managers. ## Rules