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.
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.