This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients benjamin.peterson, eric.smith, mark.dickinson, pablogsal, rhettinger, serhiy.storchaka, terry.reedy
Date 2020-03-17.13:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584452109.36.0.743491083795.issue39989@roundup.psfhosted.org>
In-reply-to
Content
For what it's worth (which might not be much), here is what black produces:

Module(
    body=[
        Expr(
            value=Call(
                func=Name(id="spam", ctx=Load()),
                args=[Name(id="eggs", ctx=Load()), Constant(value="and cheese")],
                keywords=[],
            )
        )
    ],
    type_ignores=[],
)

I agree with Mark: it's all probably personal preference, and I'd be okay either way.
History
Date User Action Args
2020-03-17 13:35:09eric.smithsetrecipients: + eric.smith, rhettinger, terry.reedy, mark.dickinson, benjamin.peterson, serhiy.storchaka, pablogsal
2020-03-17 13:35:09eric.smithsetmessageid: <1584452109.36.0.743491083795.issue39989@roundup.psfhosted.org>
2020-03-17 13:35:09eric.smithlinkissue39989 messages
2020-03-17 13:35:09eric.smithcreate