astral-sh
ruff
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
[ty] Fix `@staticmethod` combined with other decorators incorrectly binding `self`
charlie/static-like
24 minutes ago
[ty] Add a dedicated diagnostic for TypedDict deletions
charlie/del-typed-diagnostic
33 minutes ago
ty: make constructor calls use bindings
Hugo-Polloli:constructor-bindings-refactor
1 hour ago
[ty] Exclude parameterized tuple types from narrowing when disjoint from comparison values
charlie/tuple-narrow
1 hour ago
[ty] Fix `@staticmethod` combined with other decorators incorrectly binding `self`
charlie/static-like
1 hour ago
[ruff] Add extra cases to RUF069 [ruff] Add extra cases to RUF069 Now it handles the following cases: - __all__: list[str] = ["a", "a"] - __all__: typing.Any = ("a", "a") - __all__.extend(["a", "a"]) - __all__ += ["a", "a"] It still does not track mutable __all__ such as: __all__ = ["a"] __all__ += ["a"] It will be a false negative.
leandrobbraga:ruf069
2 hours ago
[ruff] Add extra cases to RUF069
leandrobbraga:ruf069
2 hours ago
Fix paths again
micha/better-balanced-walltime-shardiing
4 hours ago
Active Branches
[ty] Fix `@staticmethod` combined with other decorators incorrectly binding `self`
last run
24 minutes ago
#22128
CodSpeed Performance Gauge
0%
[ty] Add a dedicated diagnostic for TypedDict deletions
last run
33 minutes ago
#22123
CodSpeed Performance Gauge
-1%
ty: route constructor calls through bindings
last run
1 hour ago
#22124
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs