Activity
Display Union of Literals as a Literal (astral-sh#14993)
Display Union of Literals as a Literal (astral-sh#14993)
Implement AlwaysFixable
Implement AlwaysFixable
Simplify argument handling
Simplify argument handling
Rename rule
Rename rule
Merge branch 'main' into unnecessary_deque_literal
Merge branch 'main' into unnecessary_deque_literal
Update docs
Update docs
update rule name and exit if there are more than 2 arguments
update rule name and exit if there are more than 2 arguments
rename rule and edit description
rename rule and edit description
new rule to check if deque has a literal
new rule to check if deque has a literal
add test case
add test case
simplify finding the correct binding
simplify finding the correct binding
add test case
add test case
don't check binding range if for loop and binding have different parents
don't check binding range if for loop and binding have different parents
[red-knot] type[] is disjoint from None, LiteralString (astral-sh#14967)
[red-knot] type[] is disjoint from None, LiteralString (astral-sh#14967)
Use simple tokenizer
Use simple tokenizer
replace tokenization with simple character iterator
replace tokenization with simple character iterator
fix merge
fix merge
[red-knot] Make attributes.md
test future-proof (astral-sh#14923)
[red-knot] Make
attributes.md
test future-proof (astral-sh#14923)Merge branch 'main' into perf401_invalid_hoist
Merge branch 'main' into perf401_invalid_hoist
Few simplifications
Few simplifications
cargo fmt
cargo fmt
simplify check for loop variable usages
simplify check for loop variable usages
allow shadowed bindings from any scope
allow shadowed bindings from any scope
don't stop fix if a reference to target is actually another binding
don't stop fix if a reference to target is actually another binding
check that the correct for loop is picked
check that the correct for loop is picked
find the right binding for the loop variable
find the right binding for the loop variable
add debugging code to show binding
add debugging code to show binding