pytest-dev / pytest-cov

Coverage plugin for pytest.
MIT License
1.72k stars 211 forks source link

introduced f-strings #572

Closed marksmayo closed 1 year ago

marksmayo commented 1 year ago

converted format strings to more modern f-strings

cclauss commented 1 year ago

@marksmayo Did you use flynt or pyupgrade? Making these conversions manually may introduce bugs.

marksmayo commented 1 year ago

Absolutely used flynt for the f-strings. Doesn't always get them all, but it's pretty awesome!

On Sun, 19 Feb 2023 at 23:15, Christian Clauss @.***> wrote:

@marksmayo https://github.com/marksmayo Did you use flynt https://pypi.org/project/flynt/ or pyupgrade https://pypi.org/project/pyupgrade? Doing these conversions manually may introduce bugs.

— Reply to this email directly, view it on GitHub https://github.com/pytest-dev/pytest-cov/pull/572#issuecomment-1435947429, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRENTV764XRFUIN4AZOP6DWYHXCDANCNFSM6AAAAAAS24THQQ . You are receiving this because you were mentioned.Message ID: @.***>

ionelmc commented 1 year ago

Rebased in master. Will release in 4.1 later today if no objections.