jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
374 stars 279 forks source link

Enable strict typing #984

Closed blink1073 closed 9 months ago

blink1073 commented 9 months ago

Leave a few rules on for now that would need a lot more work:

Carreau commented 9 months ago

BTW @blink1073 when I run mypy directly instead of via hatch, I get many more errors. Any idea why ?

blink1073 commented 9 months ago

The hatch version has some min version pins to pick up newer typings.

Carreau commented 9 months ago

The hatch version has some min version pins to pick up newer typings.

Yeah it helps to update the versions, but I still get some errors.

That's fine I can use hatch for now.