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

Update semanal_enum.py #8436

Closed
wants to merge 10 commits into from
Closed

Update semanal_enum.py #8436

wants to merge 10 commits into from

Commits on Feb 24, 2020

  1. Update semanal_enum.py

    Relaxed the checks for IntEnum arguments.
    Arshaan-256 authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    25b4277 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    44646a5 View commit details
    Browse the repository at this point in the history
  2. Updated semanal_enum.py

    Numbers = IntEnum('Numbers', ['ZERO', 'ONE', 'TWO'], start=0)
    Arshaan-256 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9a0438f View commit details
    Browse the repository at this point in the history
  3. Updated error.

    Numbers = IntEnum('Numbers', ['ZERO', 'ONE', 'TWO'], start=0)
    Arshaan-256 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    031e5e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Edited semanal_enum.py

    Arshaan-256 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    b97e188 View commit details
    Browse the repository at this point in the history
  2. Update mypy/checkexpr.py

    Oh yes. Sorry.
    
    Co-Authored-By: Ethan Smith <[email protected]>
    Arshaan-256 and ethanhs authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d1d5021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f92d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    5434e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7d0c7 View commit details
    Browse the repository at this point in the history
  3. Removed debugging error.

    Arshaan-256 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    d862244 View commit details
    Browse the repository at this point in the history