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

Adds support for OSC hyperlink sequences. #131

Merged
merged 4 commits into from
Sep 3, 2021

Commits on Sep 1, 2021

  1. Fixes issue pycontribs#130

    Adds support for OSC hyperlink sequences.
    hakonhagland committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f76d9c6 View commit details
    Browse the repository at this point in the history
  2. Removed check for "yield from".

    Since the module requires python 3.6 and "yield from" was introduced in
    3.3, there is no need for this check.
    hakonhagland committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    cf28d69 View commit details
    Browse the repository at this point in the history
  3. Fix linting error "else after return"

    pylint throws R1705: Unnecessary "else" after "return" (no-else-return).
    hakonhagland committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    5416551 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Tox linter fixup.

    Ran "tox -e lint" and committed the changes it did.
    hakonhagland committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    322d7e5 View commit details
    Browse the repository at this point in the history