[`pylint`] Implement `missing-maxsplit-arg` (`PLC0207`) #17454
`[pylint]` Implement `missing-maxsplit-arg` (`PLC0207`)
8248b809
ntBre
commented
on 2025-04-18
ntBre
commented
on 2025-04-18
Move rule to preview group
38a9c816
Use `find_argument_value` to check maxsplit value
347e9b94
Refactor to import required items from ast module instead of whole mo…
5bec68b2
cargo fmt
35950794
Update tests
e6e2bfe5
Remove check of maxsplit value (aligned with Pylint)
1f341195
Add functionality to check class members of type string
df38ac6f
vjurczenia
marked this pull request as draft 247 days ago
Remove unnecessary assignments from test
97056753
Add functionality to check sliced strings
1d3502cb
Update snapshot
8967bc88
Enhance sliced strings check to include chained slices
a61c622c
Add tests for class attribute named split (from Pylint)
7342bbc9
Add functionality to check kwargs set via an unpacked dict literal
d1bb448b
Remove incorrect comments from test file
dfbde3e9
Add remaining test cases
5053354a
vjurczenia
marked this pull request as ready for review 227 days ago
ntBre
commented
on 2025-05-14
Action comments
b67bc213
Remove incorrect hyphen from comment
77cd5187
Add TODO test comments
378de24b
ntBre
approved these changes
on 2025-05-19
Action comments
5997aa77
ntBre
approved these changes
on 2025-05-28
Merge branch 'main' into vjurczenia/missing_maxsplit_arg
f7f6fbb5
cargo fmt
98a0f50f
tidy up after merge
ab261cb9
ntBre
changed the title `[pylint]` Implement `missing-maxsplit-arg` (`PLC0207`) [`pylint`] Implement `missing-maxsplit-arg` (`PLC0207`) 211 days ago
ntBre
enabled auto-merge (squash) 211 days ago
ntBre
merged
27743efa
into main 211 days ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub