jupyter-server / enterprise_gateway

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/
Other
620 stars 223 forks source link

Add type hints to EG application #1130

Closed kiersten-stokes closed 2 years ago

kiersten-stokes commented 2 years ago

Fixes #853

Most of these type hint changes are pretty straightforward. The only change beyond simple type hints is that I had to change the import alias of the List and Set traitlets, as they conflicted with the List and Set typing hint classes. The former have been re-aliased to ListTrait and SetTrait.

kiersten-stokes commented 2 years ago

Looks like I've got some CodeQL failures for files that I didn't make changes to. CodeQL and I just don't get along 😄

kevin-bates commented 2 years ago

Looks like I've got some CodeQL failures for files that I didn't make changes to.

No worries, I dismissed them.