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

Replace type hints for Sequence CORSMiddleware class init parameters to Iterable. #2724

Commits on Oct 12, 2024

  1. add pytest --maxfail=1 option

    Stanley Kudrow committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    46a451b View commit details
    Browse the repository at this point in the history
  2. replace Sequence types with Iterables + add protection from generator…

    … exhaustion
    Stanley Kudrow committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7ce5c7d View commit details
    Browse the repository at this point in the history
  3. update CORSMiddleware docs

    Stanley Kudrow committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    05f3e11 View commit details
    Browse the repository at this point in the history
  4. add type hints for allow iterable-typed attributes

    Stanley Kudrow committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    3669b6b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. favour collections.abc to typing module

    Stanley Kudrow committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    48d3293 View commit details
    Browse the repository at this point in the history
  2. remove --maxfail=1 pytest option

    Stanley Kudrow committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    732c0f1 View commit details
    Browse the repository at this point in the history
  3. add Container type hints for attributes

    Stanley Kudrow committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    63cdf23 View commit details
    Browse the repository at this point in the history
  4. lint the cors module

    Stanley Kudrow committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    630c8df View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    1e46282 View commit details
    Browse the repository at this point in the history