matplotlib / mpl-third-party

Third-party Packages Webpage
https://matplotlib.org/mpl-third-party/
53 stars 70 forks source link

Clean up flake8 and yamllint issues #151

Closed QuLogic closed 1 year ago

QuLogic commented 1 year ago

PR Summary

For consistency with Matplotlib, I added a config to set line length to 88 in both Python and YAML files.

I also went through the YAML files and added a period at the end of the description, fixed the keyword entries that were strings instead of lists, and ran codespell.

This is based on #149.