matplotlib / mpl-third-party

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

add pypalettes .yml file #178

Closed JosephBARBIERDARNAL closed 4 months ago

JosephBARBIERDARNAL commented 4 months ago

Hello!

Coming from this tweet for adding the pypalettes third party.

In this PR, I created pypalettes.yml, with:

name: pypalettes
repo: JosephBARBIERDARNAL/pypalettes
section: colormaps and styles
description: Large collection of colormaps.
site: https://python-graph-gallery.com/color-palette-finder/
keywords: [colormaps, styles]

do I need to do something else?

JosephBARBIERDARNAL commented 4 months ago

forgot to create a new branch, hope that's not an issue

QuLogic commented 4 months ago

forgot to create a new branch, hope that's not an issue

Not really a problem, unless you want to submit more than one PR.

do I need to do something else?

You only need to fix the linting error.

JosephBARBIERDARNAL commented 4 months ago

You only need to fix the linting error.

Not sure how to do that. I did

pip intall pre-commit pre-commit install

commit+push, but does not seem to change the linting issue? did I miss something?

EDIT: solution found.