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

lint the code with pylint #67

Merged
merged 2 commits into from
Jun 8, 2019
Merged

lint the code with pylint #67

merged 2 commits into from
Jun 8, 2019

Commits on Jun 8, 2019

  1. lint the code with pylint

    This also adds a pylintrc for future PRs.
    c4urself committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    7e1ce4d View commit details
    Browse the repository at this point in the history
  2. Fix a text decoding issue

    This was behaving differently between Python 2 and 3, causing
    test 'test_dirty_work_dir' to fail in one of both.
    florisla authored and c4urself committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    3d2c752 View commit details
    Browse the repository at this point in the history