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

Making pep8 (mostly) happy #115

Merged
merged 1 commit into from Jan 5, 2015
Merged

Making pep8 (mostly) happy #115

merged 1 commit into from Jan 5, 2015

Conversation

habi
Copy link
Contributor

@habi habi commented Dec 18, 2014

Fixing PEP8 code style violations (ignoring line length warnings).
I was running pep8 --ignore=E501 on all files in the repository and
mostly changed whitespace.

"Special" changes

As part of http://24pullrequests.com

Fixing PEP8 code style violations (ignoring line length warnings).
I was running `pep8 --ignore=E501` on all files in the repository and
mostly changed whitespace.

"Special" changes
- In [nvpy/nvpy.py]() I also removed some semicolons
- In [nvpy/simplenote.py]() and [nvpy/view.py]() I replaces all
  "foo.has_key(bar)" instances  with "bar in foo", as suggested by
  `pep8`.
cpbotha added a commit that referenced this pull request Jan 5, 2015
Making `pep8` (mostly) happy
@cpbotha cpbotha merged commit 7ab6959 into cpbotha:master Jan 5, 2015
@cpbotha
Copy link
Owner

cpbotha commented Jan 5, 2015

Thank you for doing this!

@habi
Copy link
Contributor Author

habi commented Jan 5, 2015

You're very welcome.

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

3 participants