ruff/crates/ruff_linter
Dylan 071862af5a
[flake8-comprehensions] Skip when TypeError present from too many (kw)args for C410,C411, and C418 (#15838)
Both `list` and `dict` expect only a single positional argument. Giving
more positional arguments, or a keyword argument, is a `TypeError` and
neither the lint rule nor its fix make sense in that context.

Closes #15810
2025-01-30 17:10:43 -06:00
..
resources [flake8-comprehensions] Skip when TypeError present from too many (kw)args for C410,C411, and C418 (#15838) 2025-01-30 17:10:43 -06:00
src [flake8-comprehensions] Skip when TypeError present from too many (kw)args for C410,C411, and C418 (#15838) 2025-01-30 17:10:43 -06:00
Cargo.toml Bump version to 0.9.4 (#15831) 2025-01-30 11:29:22 -06:00