-
Notifications
You must be signed in to change notification settings - Fork 508
Open
Description
In PR561 klardotsh indicated he'd be OK with moving KMK to be fully compliant with Black's opinionated use of double quotes ("
vs. '
).
The benefit of this change is:
- contributors can run
black
(deliberately or as part of tests and CI) to have all quotes fixed and standardised. Right now double quotes ("
) need to be changed manually to single quotes. - Less divergence from a Python "standard" style. Yes
black
is highly opinionated.
This Issue is to track that work.
Introducing Black will be the primary reference. Particularly the guidance to have everything change in one commit, and introcucing a ignore-rev
file to make git blame
a little more usefull.
I will do the work to provide a single commit that refactors all of KMK. Though of course I will need QA from the maintainers.
Metadata
Metadata
Assignees
Labels
No labels