Skip to content

Activity

Display Union of Literals as a Literal (astral-sh#14993)

w0nder1ngpushed 15 commits to main • 78e26ce…03ff883 • 
17 days ago

[flake8-bugbear] Implement class-as-data-structure (B903) (astr…

w0nder1ngpushed 118 commits to main • 60e433c…78e26ce • 
18 days ago

Implement AlwaysFixable

MichaReiserpushed 1 commit to unnecessary_deque_literal • 6f862a8…cf78749 • 
22 days ago

Simplify argument handling

MichaReiserpushed 1 commit to unnecessary_deque_literal • 398962e…6f862a8 • 
22 days ago

Rename rule

MichaReiserpushed 1 commit to unnecessary_deque_literal • 78b599c…398962e • 
22 days ago

Merge branch 'main' into unnecessary_deque_literal

MichaReiserpushed 80 commits to unnecessary_deque_literal • e60e838…78b599c • 
22 days ago

Update docs

MichaReiserpushed 1 commit to unnecessary_deque_literal • 449dd32…e60e838 • 
22 days ago

update rule name and exit if there are more than 2 arguments

w0nder1ngpushed 1 commit to unnecessary_deque_literal • 0144aa1…449dd32 • 
on Dec 23, 2024

rename rule and edit description

w0nder1ngpushed 1 commit to unnecessary_deque_literal • 66ac22d…0144aa1 • 
on Dec 22, 2024

new rule to check if deque has a literal

w0nder1ngcreated unnecessary_deque_literal • 66ac22d • 
on Dec 22, 2024

Rename round_applicability.rs back to unnecessary_cast_to_int.rs (a…

w0nder1ngpushed 42 commits to main • 6d72be2…60e433c • 
on Dec 22, 2024

add test case

w0nder1ngpushed 1 commit to perf401_panic_del • a64781b…674c181 • 
on Dec 16, 2024

simplify finding the correct binding

w0nder1ngcreated perf401_panic_del • a64781b • 
on Dec 16, 2024

Bump zizmor pre-commit hook to the latest version and fix new warnings (

w0nder1ngpushed 25 commits to main • ac31b26…6d72be2 • 
on Dec 16, 2024

add test case

w0nder1ngpushed 1 commit to perf401_panic • af9fd25…43baba2 • 
on Dec 14, 2024

don't check binding range if for loop and binding have different parents

w0nder1ngcreated perf401_panic • af9fd25 • 
on Dec 14, 2024

[red-knot] type[] is disjoint from None, LiteralString (astral-sh#14967)

w0nder1ngpushed 34 commits to main • a7e5e42…ac31b26 • 
on Dec 14, 2024

Use simple tokenizer

MichaReiserpushed 1 commit to perf401_invalid_hoist • 9c55f1b…523808d • 
on Dec 12, 2024

replace tokenization with simple character iterator

w0nder1ngpushed 1 commit to perf401_invalid_hoist • c9b394c…9c55f1b • 
on Dec 11, 2024

fix merge

w0nder1ngpushed 1 commit to perf401_invalid_hoist • 77a0290…c9b394c • 
on Dec 11, 2024

[red-knot] Make attributes.md test future-proof (astral-sh#14923)

w0nder1ngpushed 303 commits to main • 62d6502…a7e5e42 • 
on Dec 11, 2024

Merge branch 'main' into perf401_invalid_hoist

w0nder1ngpushed 304 commits to perf401_invalid_hoist • db8d0d6…77a0290 • 
on Dec 11, 2024

Few simplifications

MichaReiserpushed 1 commit to perf401_invalid_hoist • 74afdb0…db8d0d6 • 
on Dec 11, 2024

cargo fmt

w0nder1ngpushed 1 commit to perf401_invalid_hoist • 4696878…74afdb0 • 
on Dec 10, 2024

simplify check for loop variable usages

w0nder1ngpushed 1 commit to perf401_invalid_hoist • e44fcaa…4696878 • 
on Dec 10, 2024

allow shadowed bindings from any scope

w0nder1ngpushed 1 commit to perf401_invalid_hoist • 104b69e…e44fcaa • 
on Dec 9, 2024

don't stop fix if a reference to target is actually another binding

w0nder1ngpushed 1 commit to perf401_invalid_hoist • 9d41fb7…104b69e • 
on Dec 9, 2024

check that the correct for loop is picked

w0nder1ngpushed 1 commit to perf401_invalid_hoist • e2eec2e…9d41fb7 • 
on Dec 9, 2024

find the right binding for the loop variable

w0nder1ngpushed 1 commit to perf401_invalid_hoist • 6a98542…e2eec2e • 
on Dec 9, 2024

add debugging code to show binding

w0nder1ngpushed 1 commit to perf401_invalid_hoist • f6ccb39…6a98542 • 
on Dec 6, 2024