Skip to content

lint: enable flake8 comprehension rules - #1284

Open
mxsrc wants to merge 1 commit into
mainfrom
lint
Open

lint: enable flake8 comprehension rules#1284
mxsrc wants to merge 1 commit into
mainfrom
lint

Conversation

@mxsrc

@mxsrc mxsrc commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

The linter by default complains about dict(a=b) constructs and prefers {"a": b}. I set a config option to avoid this, it's minimally more performant because the dict binding has to be resolved but it's less readable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant