Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update mypy and mypy-zope, attempt 3 #13993

Merged
merged 8 commits into from
Sep 30, 2022
Merged

Update mypy and mypy-zope, attempt 3 #13993

merged 8 commits into from
Sep 30, 2022

Commits on Sep 30, 2022

  1. Update mypy and mypy-zope

    David Robertson committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    edb7d84 View commit details
    Browse the repository at this point in the history
  2. Unignore assigning to LogRecord attributes

    Presumably python/typeshed#8064 makes this ok
    
    Cherry-picked from #13521
    David Robertson committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e51a202 View commit details
    Browse the repository at this point in the history
  3. Remove unused ignores due to mypy ParamSpec fixes

    python/mypy#12668
    
    Cherry-picked from #13521
    David Robertson committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    bc73cb8 View commit details
    Browse the repository at this point in the history
  4. Remove additional unused ignores

    David Robertson committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f012474 View commit details
    Browse the repository at this point in the history
  5. Fix new mypy complaints related to assertGreater

    Presumably due to python/typeshed#8077
    David Robertson committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    bbafc91 View commit details
    Browse the repository at this point in the history
  6. Changelog

    David Robertson committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    0832858 View commit details
    Browse the repository at this point in the history
  7. Correct an incorrect type assertion in tests

    A copy-paste error from me.
    David Robertson committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    7a8daa3 View commit details
    Browse the repository at this point in the history
  8. Fixup changelogs

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b885d54 View commit details
    Browse the repository at this point in the history