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

Enable --warn-redundant-casts option in mypy #14671

Merged
merged 5 commits into from
Dec 12, 2022

Commits on Dec 12, 2022

  1. Enable --warn-redundant-casts option in mypy

    Doesn't do much but helps me sleep better at night.
    David Robertson committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b4409d5 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    1e40c3e View commit details
    Browse the repository at this point in the history
  3. Fix name of the ignore

    David Robertson committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    be29fea View commit details
    Browse the repository at this point in the history
  4. Fix one more missed cast

    Not sure why I didn't see this one locally, maybe I needed a poetry update
    David Robertson committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    fe4e205 View commit details
    Browse the repository at this point in the history
  5. Remove old comment

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