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

Fix quality issues reported by DeepSource #574

Merged
merged 2 commits into from
May 23, 2019
Merged

Fix quality issues reported by DeepSource #574

merged 2 commits into from
May 23, 2019

Commits on May 22, 2019

  1. Fix quality issues reported by DeepSource

    Fixes:
    - PYL-W0612: Rename unused variable to `_`
    - PYL-C0123: Use `isinstance()` for checking type
    - PAP-W0011: Use `dict.items()` to iterate over a dictionary
    - PAP-W0012: Use `dict.get()` to access value from dictionary instead of an `if` query to check whether the key exists
    - PYL-C0325: Remove superfluous brackets `()`
    - PYL-R1701: Merge multiple consecutive `isinstance()` calls into one
    sauravsrijan committed May 22, 2019
    Configuration menu
    Copy the full SHA
    0d3717b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    d3601a0 View commit details
    Browse the repository at this point in the history