dask / dask-blog

Dask development blog
https://blog.dask.org/
30 stars 35 forks source link

Pre commit #132

Closed jacobtomlinson closed 2 years ago

jacobtomlinson commented 2 years ago

I noticed while reviewing #130 that there were some markdown formatting issues. I ran prettier locally and addressed issues raised by my editor (which appears to use markdownlint under the hood).

To make this a little easier to keep on top of this PR adds pre-commit checks that run prettier and markdownlint. I've also added a CI step cribbed from dask/dask to check this automatically.

This PR contains a lot of changes, similar to project wide Black PRs. A summary of changes include:

jsignell commented 2 years ago

Thanks for doing this @jacobtomlinson! I just have one little question