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

Fix deep_iterable, deep_mapping validator type stubs #533

Merged
merged 4 commits into from
May 27, 2019

Commits on May 24, 2019

  1. Fix deep_iterable, deep_mapping validator type stubs (python-attrs#531)

    Use bound type variables for iterables and mappings of the validated item types, so mypy does not erroneously require
    both the iterable attribute validated by deep_iterable and the item type validated by the first argument of
    deep_iterable to have the same type.
    
    Do not require optional arguments in type stubs.
    mmaslowskicc committed May 24, 2019
    Configuration menu
    Copy the full SHA
    2416174 View commit details
    Browse the repository at this point in the history
  2. changelog

    mmaslowskicc committed May 24, 2019
    Configuration menu
    Copy the full SHA
    124bef6 View commit details
    Browse the repository at this point in the history
  3. isort

    mmaslowskicc committed May 24, 2019
    Configuration menu
    Copy the full SHA
    87af218 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. default values

    mmaslowskicc committed May 27, 2019
    Configuration menu
    Copy the full SHA
    e611d87 View commit details
    Browse the repository at this point in the history