-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Made small improvements and shortened prime_check.py #3454
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
Made small improvements and shortened prime_check.py #3454
Conversation
Ok Not sure why that check failed, when I run |
Pre-commit check is not failing on |
Please run |
I think you can enable the github actions in your setting of the fork too. |
@popyea of course, thank you for the help! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your pull request!🤩
* Made small improvements and shortened prime_check.py * improved descriptions on tests in prime_check.py * Ran black and isort
* Made small improvements and shortened prime_check.py * improved descriptions on tests in prime_check.py * Ran black and isort
* Made small improvements and shortened prime_check.py * improved descriptions on tests in prime_check.py * Ran black and isort
* Made small improvements and shortened prime_check.py * improved descriptions on tests in prime_check.py * Ran black and isort
Describe your change:
Made small improvements and shortened prime_check.py
Shortened overall code and changed some of the comments/docstrings
For issue #3453