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

Code cleanup #155

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Code cleanup #155

wants to merge 3 commits into from

Conversation

samuelhnrq
Copy link
Collaborator

This pull request starts the process of standardization and cleanup towards a more lint-able and pep8 compliant code.

I want to first to focus only on the obvious and the one git hates the most, spacing and lines, and the missing @staticmethod annotations, but this is not purely for aesthetics, I really want to clean the house up of all the silly defaults we have laying around so we can add more rigid linting to our CI process.

But I also want to keep the PR's focused in order for more focused discussion and consensus for each part.

This commits starts the process of standardization and cleanup towards a more lint-able and pep8 compiliant code.
The windows release
@samuelhnrq samuelhnrq requested a review from sylveon August 4, 2018 03:12
Copy link
Collaborator

@sylveon sylveon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment I left on commit.

Also for heaven's sake, please see #154, you just released a broken version! https://github.com/LazoCoder/Pokemon-Terminal/blob/master/pokemonterminal/platform/named_event/posix.py#L32

@sylveon
Copy link
Collaborator

sylveon commented Aug 12, 2018

Pretty sure that won't work, because we're calling __str__ as if it was a static method. Maybe we should add a new method to the interface (something like def name() -> str) instead

@jimmyorourke
Copy link
Contributor

This could use a rebase 😅

@cclauss
Copy link
Contributor

cclauss commented Mar 28, 2019

Lots of conflicts.

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

4 participants