Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General cleanup and bugfixes #133

Closed

Conversation

EternityForest
Copy link

I've run the Black formatter, and fixed a bunch of linting errors in pylint and flake8.

I was also able to find an error in the export(Methods in the wrong order) and another in the error handling(name should have been rename) function thanks to the linters.

I've removed the * import to Peewee, as it makes the linters unhappy and unable to detect undefined.

I've eliminated the migrator global, it doesn't seem to be used enough to warrant having a global.

I've also replaced most references to dataset with a get_dataset() call, as I believe that will make future refactoring and features easier.

@coleifer
Copy link
Owner

No thanks

@coleifer coleifer closed this Sep 17, 2023
coleifer added a commit that referenced this pull request Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants