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

Improve typing in user_directory files #10891

Merged
merged 5 commits into from Sep 24, 2021
Merged

Commits on Sep 23, 2021

  1. Improve typing in user_directory files

    This makes the user_directory.py in storage pass most of mypy's
    checks (including `no-untyped-defs`). Unfortunately that file is in the
    tangled web of Store class inheritance so doesn't pass mypy at the moment.
    
    The handlers directory has already been mypyed.
    David Robertson committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d96d076 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    61ccaf3 View commit details
    Browse the repository at this point in the history
  3. Break typecheck-only circular import

    David Robertson committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    0ff8216 View commit details
    Browse the repository at this point in the history
  4. Don't have PEP 563 postponed annotations yet--3.7+

    David Robertson committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f15e9ad View commit details
    Browse the repository at this point in the history
  5. Update changelog.d/10891.misc

    Co-authored-by: reivilibre <olivier@librepush.net>
    David Robertson and reivilibre committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    60bf3f4 View commit details
    Browse the repository at this point in the history