Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Pylint: enforce C-style string formatting #1867

Open
reidpr opened this issue Mar 20, 2024 · 0 comments
Open

Pylint: enforce C-style string formatting #1867

reidpr opened this issue Mar 20, 2024 · 0 comments

Comments

@reidpr
Copy link
Collaborator

reidpr commented Mar 20, 2024

Split from #1860. Pylint: C0209 consider-using-f-string

ch.FATAL("insufficient Git for build cache mode: %s"
% cli.bucache.value)

I don’t like f-strings and I’ve not seen any good argument why they are better. Thus, let’s extend Pylint to enforce C-style string formatting instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant