Native: fix error contrast ratio to meet WCAG AA guidelines by hugovk · Pull Request #2600 · pygments/pygments
Conversation
| @@ -1,3 +1,4 @@ | |||
| *.egg-info/ | |||
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain why this is needed? We now use hatchling, which doesn't leave .egg-info directories around, unlike setuptools...
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aha, I still have an old .egg-info dir from before the switch, and I expect others will too.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll merge it as-is; I'm not too worried about more changes to the ignore list.
hugovk
deleted the
native-improve-contrast
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters