You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/main' into dcreager/typevar-identity
* origin/main: (24 commits)
Update Python compatibility from 3.13 to 3.14 in README.md (#20852)
[syntax-errors]: break outside loop F701 (#20556)
[ty] Treat `Callable`s as bound-method descriptors in special cases (#20802)
[ty] Do not bind self to non-positional parameters (#20850)
Fix syntax error false positives on parenthesized context managers (#20846)
[ty] Remove 'pre-release software' warning (#20817)
Render unsupported syntax errors in formatter tests (#20777)
[ty] Treat functions, methods, and dynamic types as function-like `Callable`s (#20842)
[ty] Move logic for `super()` inference to a new `types::bound_super` submodule (#20840)
[ty] Fix false-positive diagnostics on `super()` calls (#20814)
[ty] Move `class_member` to `member` module (#20837)
[`ruff`] Use DiagnosticTag for more flake8 and numpy rules (#20758)
[ty] Prefer declared base class attribute over inferred attribute on subclass (#20764)
[ty] Log files that are slow to type check (#20836)
Update cargo-bins/cargo-binstall action to v1.15.7 (#20827)
Update CodSpeedHQ/action action to v4.1.1 (#20828)
Update Rust crate pyproject-toml to v0.13.7 (#20835)
Update Rust crate anstream to v0.6.21 (#20829)
Update Rust crate libc to v0.2.177 (#20832)
Update Rust crate memchr to v2.7.6 (#20834)
...
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ An extremely fast Python linter and code formatter, written in Rust.
28
28
- ⚡️ 10-100x faster than existing linters (like Flake8) and formatters (like Black)
29
29
- 🐍 Installable via `pip`
30
30
- 🛠️ `pyproject.toml` support
31
-
- 🤝 Python 3.13 compatibility
31
+
- 🤝 Python 3.14 compatibility
32
32
- ⚖️ Drop-in parity with [Flake8](https://docs.astral.sh/ruff/faq/#how-does-ruffs-linter-compare-to-flake8), isort, and [Black](https://docs.astral.sh/ruff/faq/#how-does-ruffs-formatter-compare-to-black)
33
33
- 📦 Built-in caching, to avoid re-analyzing unchanged files
0 commit comments