twisted / towncrier

Manage the release notes for your project.
https://towncrier.readthedocs.io
MIT License
755 stars 107 forks source link

Enable reporting of encoding warnings. #578

Closed jaraco closed 2 months ago

jaraco commented 4 months ago

Description

As suggested in #561 and #577, enable reporting of EncodingWarnings per PEP 597.

This PR is proposed separately from #577, because #577 only fixes the warnings in the main codebase and not in the tests. 80-some warnings remain to be addressed, so I leave it to the maintainers to determine when to add this check.

Checklist

adiroiban commented 2 months ago

Thansk for the PR... sorry for missing it.

Feel free to ping me if a PR is not reviewed.

I sent invitation to you and @SmileyChris to towncrier contributors team... if a PR is approved, you can trigger the merge.

adiroiban commented 2 months ago

I have enabled auto-merge for this. I hope it will land soon. Thanks again!