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

Upgrade versioneer, fix flake8 + other misc fixes #1336

Merged
merged 3 commits into from
Sep 27, 2021

Commits on Sep 27, 2021

  1. Fix LGTM.com error: Overwritten property

    This property is overwritten by another property in the same object literal.
    
    While I haven't looked much into the code, the fix looks obvious.
    DimitriPapadopoulos committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    7d8b753 View commit details
    Browse the repository at this point in the history
  2. Update versioneer: 0.18 → 0.20

    Fix LGTM.com error: Suspicious unused loop iteration variable
    For loop variable 'i' is not used in the loop body.
    DimitriPapadopoulos committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    62b10ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b5ebe3 View commit details
    Browse the repository at this point in the history