Remove README note about noqa patterns

This commit is contained in:
Charlie Marsh
2022-09-24 13:09:45 -04:00
parent 02ae494a0e
commit c8cb2eead2

View File

@@ -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