Remove proof-of-concept caveat

This commit is contained in:
Charlie Marsh 2022-09-21 12:18:01 -04:00
parent 8846dcdf6a
commit 73874f4788
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ An extremely fast Python linter, written in Rust.
- 🔧 [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
_ruff is a proof-of-concept and not yet intended for production use. It supports only a small subset
of the Flake8 rules, and may crash on your codebase._
Read the [launch blog post](https://notes.crmarsh.com/python-tooling-could-be-much-much-faster).
## Installation and usage