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

Update to Pylint 1.7.1 #190

Merged
merged 2 commits into from Jun 22, 2017
Merged

Update to Pylint 1.7.1 #190

merged 2 commits into from Jun 22, 2017

Conversation

jamadden
Copy link
Member

See commit comment for details.

Also tweak setup.py and python versions on travis.

Fixes #181

Mostly a few changes in pragmas. There are also a few actual code
changes:

- remove reduntant `else return` after `if return`
- Change some `x = foo and bar or baz` into equivalent `bar if foo
  else baz` forms.
@coveralls
Copy link

coveralls commented Jun 22, 2017

Coverage Status

Changes Unknown when pulling d584d19 on issue181 into ** on master**.

@jamadden jamadden merged commit 7c85aa1 into master Jun 22, 2017
@jamadden jamadden deleted the issue181 branch June 22, 2017 16:37
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

2 participants