Steven Kalt

Results 34 comments of Steven Kalt

Alright, what of the [popular docstring formats](https://www.datacamp.com/community/tutorials/docstrings-python#third-head) do you prefer? The top contenders are pydoc, google, numpy, and epydoc.

Agreed.

> Yeah, these admittedly aren't brilliant, but until recently have been for internal consumption only. completely understandable. > Need to think carefully about the `before -> after` naming in particular....

Question barrage incoming. I've been able to narrow down the type errors over on my branch [[linked](https://github.com/SKalt/migra/tree/issue-114/type-annotations)], but I'm unable to figure out the following: - What are the arguments...

update: I'm currently stuck working adding type annotations to the stuff that reqires sqlalchemy internals. Turns out [typeshed does not include sqlalchemy stubs](https://github.com/python/typeshed/issues/974). Instead, there are potentially-usable stubs at https://github.com/dropbox/sqlalchemy-stubs,...

I managed to eliminate type errors _within_ `migra`, but making stubs for `sqlbag` and `schemainspect` hasn't got me far. It will likely be easier to add typing to those modules...

I drafted a CONRTIBUTING.md and migrated the flake8 config to setup.cfg in https://github.com/SKalt/schemainspect/tree/contributor-setup-instructions. Please feel free to use those patches as part of a larger setup instruction effort!

I've got a mostly-done WIP at [skalt/mypy-annotations](https://github.com/SKalt/schemainspect/tree/mypy-annotations). I could use some help on the lines marked `FIXME` or containing type `Any`. Here's a sample of the questions I've got: -...

looks like all the circleci tests are failing with ```sh sudo apt-get install -y postgresql-client # E: Failed to fetch http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.41+deb10u2_all.deb 404 # Not Found [IP: 199.232.166.132 80] # E:...