Squarespace / pgbedrock

Manage a Postgres cluster's roles, role memberships, schema ownership, and privileges
https://pgbedrock.readthedocs.io/en/latest/
Other
311 stars 35 forks source link

Annotate all methods with Arg types and Return types #38

Open zcmarine opened 6 years ago

zcmarine commented 6 years ago

As other devs being to add features to pgbedrock, it would be helpful to have more detailed docstrings, similar to datasheets: show the arg types and their return types. If we wanted, we could even add type checking, though I think (?) we'd have to drop Python 2 support to do that. Still, it might be worth it.