jupyter-ai
jupyter-ai copied to clipboard
Precommit does not lint typescript files
trafficstars
When pre-commit is configured, contributors should not be expected to lint manually. However only python linters are included in the pre-commit config:
https://github.com/jupyterlab/jupyter-ai/blob/4b45ec23f3e16a0fa29718eefaf37064f59cafe6/.pre-commit-config.yaml#L1-L58
Is this intentional or an omission? Happy to open a PR with a fix if there is an agreement on it.