We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bc368 commit fe462b3Copy full SHA for fe462b3
README.md
@@ -28,7 +28,7 @@ An extremely fast Python linter and code formatter, written in Rust.
28
- ⚡️ 10-100x faster than existing linters (like Flake8) and formatters (like Black)
29
- 🐍 Installable via `pip`
30
- 🛠️ `pyproject.toml` support
31
-- 🤝 Python 3.12 compatibility
+- 🤝 Python 3.13 compatibility
32
- ⚖️ Drop-in parity with [Flake8](https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8), isort, and Black
33
- 📦 Built-in caching, to avoid re-analyzing unchanged files
34
- 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports)
0 commit comments