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 linters to the latest version #438

Merged
merged 13 commits into from
Jun 5, 2021

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    abd46f6 View commit details
    Browse the repository at this point in the history
  2. Reformat with Black

    cjolowicz committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    e89fcb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41751dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76b61ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d89499c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acd1ef7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed4630b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a514cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e01c4e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0f8df8 View commit details
    Browse the repository at this point in the history
  11. Avoid mypy warning due to incompatible types in assignment

      nox/popen.py:77:
      error: Incompatible types in assignment
      (expression has type "Optional[bytes]", variable has type "bytes")
    cjolowicz committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    c0aeea9 View commit details
    Browse the repository at this point in the history
  12. Avoid mypy warning about redefining an import

      nox/_version.py:26:
      error: Name 'metadata' already defined (by an import)
    cjolowicz committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    58c3335 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6907226 View commit details
    Browse the repository at this point in the history