astral-sh
ruff
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
improve wording
sinon:type-module-dunder-file-str
8 minutes ago
fix(wasm): suppress globset debug logs in jodejs build. Fixes #22535
Jkhall81:fix/wasm-globset-leak-22535
8 minutes ago
add missing renamed md test file
sinon:type-module-dunder-file-str
18 minutes ago
[ty] Use let-chains more (#22580) ## Summary just a little refactor. Edit: okay, I removed a period at the end of a diagnostic message, which I guess changes a _lot_ of diagnostic messages.
main
39 minutes ago
flake8-executable: allow global flags in uv shebangs (EXE003)
Jkhall81:fix/exe003-uv-global-args-21753
59 minutes ago
[ty] Remove redundant re-exports that share the same top-most module The implementation here is (to me) surprisingly complicated. The main complications are: 1. Trying to limit the redundant detection to as few of the symbols we extract as possible. In particular, while I haven't done benchmarking on this, I perceive the redundancy detection to be somewhat expensive and auto-import can return lots of symbols. So we're careful to only do this extra checking on (typically) small groups of symbols that could possibly be merged. 2. Even by restricting our work, this merging process could still be called quite a bit. (Thousands of times in my "standard data scienc-y test environment.") So I went out of my way to amortize allocs. 3. Re-exports can form a chain and we want to find all of them. 4. We (probably) don't want to remove redundant re-exports unless they share the same top-level module. Otherwise, e.g., a library that re-exports another library's symbols could have all of its re-exports dropped. 5. We want to only keep the top-most re-exports, and there may be multiple such re-exports. So we keep all of them. 6. We can't assume anything about the relationship of re-exports and the original definition. A re-export could be deeper in the module hierarchy than the original definition or above it.
ag/remove-redundant-auto-import-symbols
1 hour ago
revert some of this churn
dcreager/support
1 hour ago
[ty] Update conformance workflow to use comparison script (#22504) Co-authored-by: Micha Reiser <micha@reiser.io>
main
1 hour ago
Active Branches
fix(wasm): suppress globset debug logs in jodejs build. Fixes #22535
last run
8 minutes ago
#22583
CodSpeed Performance Gauge
0%
[ty] Override `__file__` to str when applicable on imported modules
last run
18 minutes ago
#22333
CodSpeed Performance Gauge
0%
flake8-executable: allow global flags in uv shebangs (EXE003)
last run
59 minutes ago
#22582
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs