dask / dask-labextension

JupyterLab extension for Dask
BSD 3-Clause "New" or "Revised" License
311 stars 62 forks source link

Pre commit #171

Closed ian-r-rose closed 3 years ago

ian-r-rose commented 3 years ago

Migates linting from husky to pre-commit, which has better multi-language support, and checks black/flake8 in CI.

This applies black for the first time in this codebase, so there is a fair amount of noise associated with that.

ian-r-rose commented 3 years ago

Thanks for the review @jacobtomlinson!