ruff/crates/ruff_linter
Ahmed Ilyas 33fd50027c
Consider match-case stmts for C901, PLR0912, and PLR0915 (#11521)
Resolves #11421

## Summary

Instead of counting match/case as one statement, consider each `case` as
a conditional.

## Test Plan

`cargo test`
2024-05-24 14:44:46 +05:30
..
resources Treat all singledispatch arguments as runtime-required (#11523) 2024-05-23 20:36:24 -04:00
src Consider match-case stmts for C901, PLR0912, and PLR0915 (#11521) 2024-05-24 14:44:46 +05:30
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to v0.4.5 (#11502) 2024-05-23 01:09:01 +00:00