add pyupgrade lint group by danieleades · Pull Request #2661 · pygments/pygments

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@danieleades

Copy link

Contributor

No description provided.

@danieleades danieleades marked this pull request as ready for review

March 9, 2024 15:34

@Anteru

Copy link

Collaborator

Anteru commented

Mar 26, 2024

@jeanas , @birkenfeld : I'm generally in favor of being consistent in application of f strings instead of using .format() all over the place, but I'm not 100% convinced if we want this kind of sweeping change. Things I dislike here are:

But overall, I think this has merit. Any strong feelings about this? Otherwise I'll merge this for 2.18.

@birkenfeld

Copy link

Member

Yeah the long lines should be broken, but otherwise, I think it's okay.

@danieleades

Copy link

Contributor Author

@jeanas , @birkenfeld : I'm generally in favor of being consistent in application of f strings instead of using .format() all over the place, but I'm not 100% convinced if we want this kind of sweeping change. Things I dislike here are:

yep, will break this up

what's the issue with this one?

But overall, I think this has merit. Any strong feelings about this? Otherwise I'll merge this for 2.18.

@Anteru

Copy link

Collaborator

Anteru commented

Mar 28, 2024

The issue there is that I find groupname to be a better name than _re_id, and I don't see a way to get to the same level of readability with f- strings, but it's not a strong argument.

@Anteru Anteru merged commit eeb568d into pygments:master

Mar 29, 2024

@Anteru

Copy link

Collaborator

Anteru commented

Mar 29, 2024

Merged, thanks!

@Anteru Anteru added the changelog-update

Items which need to get mentioned in the changelog

label

Mar 29, 2024

@Anteru Anteru self-assigned this

Mar 29, 2024

@Anteru Anteru added this to the 2.18.0 milestone

Mar 29, 2024

@danieleades danieleades deleted the pyupgrade branch

March 29, 2024 13:29

@Anteru Anteru removed the changelog-update

Items which need to get mentioned in the changelog

label

Apr 28, 2024

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

Reviewers

No reviews

Assignees

@Anteru Anteru

Labels

None yet

Projects

None yet

Milestone

2.18.0

Development

Successfully merging this pull request may close these issues.

3 participants

@danieleades @Anteru @birkenfeld