-
Notifications
You must be signed in to change notification settings - Fork 26
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
Docs update and rename lgtm.yml #359
Conversation
Adding GitHub action for publishing to pypi
* Added Workflows Community Initiative metadata info; fixed some old links * Run black
* Update code to remove LGTM Errors and Warnings and implement Recommendations. * Change BaseException to Exception. * Add lgtm config file. * Changes for flake8. * Add TypeError yo yam read. * Add TypeError to yaml read. * Just return when successful on the yaml read. * Fix typo. * Add merlin/examples to lgtm exclude list as well. * Add ssl comment. * Fix typo.
Does this have to be into main or is develop a better place? |
It is in main due to the lgtm.yml rename. The docs don't change the module but will be picked up by readthedocs in main. |
Ok sounds good. The test is failing because there's a black import error? Is this an issue with a library changing on us? |
Yes, I believe so. Is there a way to constrain the python version used for the lint step? |
Looks like the lint worked that time. |
No description provided.