jupyterhub / jupyter-server-proxy

Jupyter notebook server extension to proxy web services.
https://jupyter-server-proxy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
346 stars 147 forks source link

Enforce pre-commit in this repo #489

Open manics opened 2 months ago

manics commented 2 months ago

Proposed change

We have a .pre-commit-config.yaml config file in this repo, but we don't enforce it. We should enforce it.

Alternative options

Delete .pre-commit-config.yaml if we're not going to enforce it

Who would use this feature?

Developers

(Optional): Suggest a solution

Either activate pre-commit.ci, or add a GH workflow to run https://github.com/pre-commit/action

manics commented 1 month ago

I've enabled this repo in pre-commit.ci