kvesteri / sqlalchemy-continuum

Versioning extension for SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
575 stars 127 forks source link

Add type hinting #267

Open marksteward opened 2 years ago

marksteward commented 2 years ago

SQLAlchemy 1.4 has pretty good hinting, so we should too.

jkklapp commented 2 years ago

I added a list of tasks so we can easily track the WIP in each of the files

AbdealiLoKo commented 2 years ago

I could get someone to help on this one if we would like to move ahead on it

What would be the preferred approach?

I generally prefer adding types within the .py code itself