astral-sh
ruff
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: typos issue
magic-akari:formatter/remove-regex-dependency
3 minutes ago
Remove `regex` dependency from `ruff_python_formatter`
magic-akari:formatter/remove-regex-dependency
16 minutes ago
Add minimal-size build profile (#21826) This PR adds the same `minimal-size` profile as `uv` repo workspace has ```toml # Profile to build a minimally sized binary for uv-build [profile.minimal-size] inherits = "release" opt-level = "z" # This will still show a panic message, we only skip the unwind panic = "abort" codegen-units = 1 ``` but removes its `panic = "abort"` setting - As discussed in #21825 Compared to the ones pre-built via `uv tool install`, this builds 35% smaller ruff and 24% smaller ty binaries (as measured [here](https://github.com/lmmx/just-pre-commit/blob/master/refresh_binaries.sh))
main
4 hours ago
perf: add minimal-size profile (same as in uv)
lmmx:minimal-size-profile
4 hours ago
Turn on blacken-docs after the codeblock Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
dhruv/avoid-assertion
5 hours ago
Return bool
charlie/tuple
6 hours ago
mention false positive errors caused in possibly-unreachable branches
mtshiba:referable-implicit-attr
7 hours ago
referable members should be defined
mtshiba:referable-implicit-attr
8 hours ago
Active Branches
Remove `regex` dependency from `ruff_python_formatter`
last run
16 minutes ago
#21827
CodSpeed Performance Gauge
0%
[ty] Handle various invalid explicit specializations for `ParamSpec`
last run
5 hours ago
#21821
CodSpeed Performance Gauge
0%
Support comparisons between variable-length tuples
last run
6 hours ago
#21824
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs