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

Typing [Fixed #1489!] #1536

Merged
merged 65 commits into from Oct 19, 2021
Merged

Typing [Fixed #1489!] #1536

merged 65 commits into from Oct 19, 2021

Commits on Oct 2, 2021

  1. Create nl_NL

    MarcelRobeer committed Oct 2, 2021
    Copy the full SHA
    ff3ef2e View commit details
    Browse the repository at this point in the history
  2. Delete nl_NL

    MarcelRobeer committed Oct 2, 2021
    Copy the full SHA
    1d376d5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ee2494e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2f56dfc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Copy the full SHA
    74f130b View commit details
    Browse the repository at this point in the history
  2. Added nl_NL provider

    MarcelRobeer committed Oct 7, 2021
    Copy the full SHA
    dd9995d View commit details
    Browse the repository at this point in the history
  3. Added nl_NL test case

    MarcelRobeer committed Oct 7, 2021
    Copy the full SHA
    82b4dd4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    eecfaf0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    34f180e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5990f65 View commit details
    Browse the repository at this point in the history
  7. flake8 fixes

    MarcelRobeer committed Oct 7, 2021
    Copy the full SHA
    aea16ed View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0afa22d View commit details
    Browse the repository at this point in the history
  9. import order fixes

    MarcelRobeer committed Oct 7, 2021
    Copy the full SHA
    7d1dc57 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Added type annotations

    MarcelRobeer committed Oct 10, 2021
    Copy the full SHA
    1c0981b View commit details
    Browse the repository at this point in the history
  2. mypy fixes

    MarcelRobeer committed Oct 10, 2021
    Copy the full SHA
    b5673a8 View commit details
    Browse the repository at this point in the history
  3. isort fixes

    MarcelRobeer committed Oct 10, 2021
    Copy the full SHA
    33b4054 View commit details
    Browse the repository at this point in the history
  4. minor flake8 fixes

    MarcelRobeer committed Oct 10, 2021
    Copy the full SHA
    2201cc8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f5a9985 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    64a2bfd View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f2fee0a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    28f7daa View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    80ac094 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a7d257e View commit details
    Browse the repository at this point in the history
  11. Update tox.ini

    MarcelRobeer committed Oct 10, 2021
    Copy the full SHA
    1cf54eb View commit details
    Browse the repository at this point in the history
  12. Update tox.ini

    MarcelRobeer committed Oct 10, 2021
    Copy the full SHA
    ff450d6 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    4fbb820 View commit details
    Browse the repository at this point in the history
  14. Update tox.ini

    MarcelRobeer committed Oct 10, 2021
    Copy the full SHA
    1bb4e05 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Copy the full SHA
    72ef6da View commit details
    Browse the repository at this point in the history
  2. Typo

    MarcelRobeer committed Oct 11, 2021
    Copy the full SHA
    fc1a851 View commit details
    Browse the repository at this point in the history
  3. Many typing fixes

    - New mypy version in tox.ini
    - Replaced Any with TypeVar('T')
    - Added List[str] pr Tuple[str, ...] in many places (e.g. base classes, so that inherited classes would not throw errors)
    - Fully fixed `providers.color.color.py`
    MarcelRobeer committed Oct 11, 2021
    Copy the full SHA
    bc93220 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Copy the full SHA
    2d201e1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    951a0eb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7acf2b1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6ea03fd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ca8ae4f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b026a0e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    57a222b View commit details
    Browse the repository at this point in the history
  8. Update decorators.py

    MarcelRobeer committed Oct 12, 2021
    Copy the full SHA
    a839ef0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ecd1224 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    43b5aab View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    b90c6b8 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    4225aa6 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    926c88b View commit details
    Browse the repository at this point in the history
  14. Minor typing fixes

    MarcelRobeer committed Oct 12, 2021
    Copy the full SHA
    163d774 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    100a0ee View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    3053b43 View commit details
    Browse the repository at this point in the history
  17. Fixed broken tests

    Except TestInternetProvider.test_ipv4_distribution_selection!
    MarcelRobeer committed Oct 12, 2021
    Copy the full SHA
    5eb091a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Copy the full SHA
    b564666 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f3addca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a67540f View commit details
    Browse the repository at this point in the history
  4. Fix last type errors

    - remove OrderedDictType and use Dict instead
    - remove type checking for Literal and use try catch instead
    - add Any for *args and **kwargs arguments
    nicarl committed Oct 13, 2021
    Copy the full SHA
    d716a65 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Merge pull request #1 from nicarl/fix_last_type_errors

    Fix last type errors
    MarcelRobeer committed Oct 14, 2021
    Copy the full SHA
    8bf0616 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5fc2af5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9786240 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2b37692 View commit details
    Browse the repository at this point in the history
  5. Updated coding_style.rst

    - Removed redundant TypeVar from Generator
    - Ordered typing.py in alphabetical order
    MarcelRobeer committed Oct 14, 2021
    Copy the full SHA
    5027aa1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cfc1190 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    23bb6d6 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c3cf47b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Copy the full SHA
    85a225c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b9c76f5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    79ee364 View commit details
    Browse the repository at this point in the history
  4. Show error codes

    MarcelRobeer committed Oct 16, 2021
    Copy the full SHA
    d05ef2e View commit details
    Browse the repository at this point in the history
  5. Python 3.6 mypy fix

    MarcelRobeer committed Oct 16, 2021
    Copy the full SHA
    4e0724c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Final changes

    MarcelRobeer committed Oct 19, 2021
    Copy the full SHA
    016ef66 View commit details
    Browse the repository at this point in the history