astrodbtoolkit / astrodb_utils

https://astrodb-utils.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Code and Test cleanup #45

Closed dr-rodriguez closed 7 months ago

dr-rodriguez commented 7 months ago

A variety of code format changes to clean up some of the existing modules. Uses pylint for a lot of this.

This also adds an explicit ignore for the astrodb-template-db directory since a local setup can work better with a symlink.

To simplify the testing setup, I moved the tests/ directory under the astrodb_utils/ code directory. That's how I usually see it more often for python code packages and it appears that some aspects of Github Actions expect this.

kelle commented 7 months ago

Rethink this now that we have adopted ruff instead of pylint.