neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
893 stars 187 forks source link

Re-enable type checking after mypy fixed bug 14890 #985

Closed robsdedude closed 9 months ago

robsdedude commented 10 months ago

mypy fixed https://github.com/python/mypy/issues/14890, which allows us to enable some more type checking.

Still waiting for a release to be cut with the fix in it.