From f453e429b66d113fc2393f5e7daa5af655b7d2d6 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 21 Sep 2022 12:22:23 -0400 Subject: [PATCH] Add a note on parity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6235860977..3408e26577 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ An extremely fast Python linter, written in Rust. - 📦 [ESLint](https://eslint.org/docs/latest/user-guide/command-line-interface#caching)-inspired cache support - 🔧 [ESLint](https://eslint.org/docs/latest/user-guide/command-line-interface#caching)-inspired `--fix` support - 👀 [TypeScript](https://www.typescriptlang.org/docs/handbook/configuring-watch.html)-inspired `--watch` support +- ⚖️ [Near-complete parity](#Parity-with-Flake8) with the built-in Flake8 rule set Read the [launch blog post](https://notes.crmarsh.com/python-tooling-could-be-much-much-faster).