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

flip_a_coin function added #10

Closed
wants to merge 6 commits into from
Closed

flip_a_coin function added #10

wants to merge 6 commits into from

Conversation

sayanmondal2098
Copy link
Member

No description provided.

@mboekhold
Copy link
Contributor

Hey @sayanmondal2098 , import a package called black and run black . to fix the formatting

@sayanmondal2098
Copy link
Member Author

flip a coin added and reformated

@mboekhold
Copy link
Contributor

mboekhold commented May 26, 2019

black works with the most recent version of pep8 compliance, these additions were not made in the pep8 package. this package has been renamed to pycodestyle. see: https://pypi.org/project/pycodestyle/ and the reason why this has been changed here: PyCQA/pycodestyle#466

@swapagarwal
Copy link
Member

Let's keep this PR aimed at adding a module. 😅
Right now, it does other things like changing ' to " and other formatting changes.

@mboekhold
Copy link
Contributor

@sayanmondal2098 as @swapagarwal said, please keep your PR solely for the flip_a_coin module, if you want to merge a new module, create a new branch and then a new PR.

@swapagarwal
Copy link
Member

Also, remove the formatting changes and set the line-length to 120 in your local editor.

@swapagarwal
Copy link
Member

Ideally, there would be 3 files changed (right now, you have 10!).

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.

3 participants