temoa icon indicating copy to clipboard operation
temoa copied to clipboard

Issue 3: Enable and fix C4 (comprehensions) linting rules

Open ParticularlyPythonicBS opened this issue 1 month ago • 0 comments

Enable and fix all C4 (flake8-comprehensions) rules to simplify unnecessary dict() calls, nested collection constructors, and redundant comprehensions.

Scope C408: Replace dict(...) with literal {...} syntax C414: Remove unnecessary nested list() or sorted() calls C416: Simplify unnecessary list comprehensions

ParticularlyPythonicBS avatar Nov 21 '25 03:11 ParticularlyPythonicBS