mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:09:22 +00:00
Update Python compatibility to 3.13 (#11861)
## Summary Update Python compatibility to 3.13 in README ## Test Plan N/A
This commit is contained in:
parent
c5bc368e43
commit
fe462b30e7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ An extremely fast Python linter and code formatter, written in Rust.
|
||||||
- ⚡️ 10-100x faster than existing linters (like Flake8) and formatters (like Black)
|
- ⚡️ 10-100x faster than existing linters (like Flake8) and formatters (like Black)
|
||||||
- 🐍 Installable via `pip`
|
- 🐍 Installable via `pip`
|
||||||
- 🛠️ `pyproject.toml` support
|
- 🛠️ `pyproject.toml` support
|
||||||
- 🤝 Python 3.12 compatibility
|
- 🤝 Python 3.13 compatibility
|
||||||
- ⚖️ Drop-in parity with [Flake8](https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8), isort, and Black
|
- ⚖️ Drop-in parity with [Flake8](https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8), isort, and Black
|
||||||
- 📦 Built-in caching, to avoid re-analyzing unchanged files
|
- 📦 Built-in caching, to avoid re-analyzing unchanged files
|
||||||
- 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports)
|
- 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue