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

Release pytest-lsp #181

Merged
merged 8 commits into from
Aug 28, 2024
Merged

Release pytest-lsp #181

merged 8 commits into from
Aug 28, 2024

Commits on May 29, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5)
    pre-commit-ci[bot] authored and alcarney committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a7872f1 View commit details
    Browse the repository at this point in the history
  2. Bump ruff version

    alcarney committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2f301b8 View commit details
    Browse the repository at this point in the history
  3. Bump ruff version

    alcarney committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fea7eb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. [pre-commit.ci] pre-commit autoupdate (swyddfa#170)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.5...v0.4.8)
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Alex Carney <alcarneyme@gmail.com>
    pre-commit-ci[bot] and alcarney committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4972696 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    e6919ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6331d75 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. pytest-lsp: Update changelog

    alcarney committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    eb1b58f View commit details
    Browse the repository at this point in the history
  2. pytest-lsp: Cancel pending requests not all tasks

    Cancelling all tasks in the event loop, as you can imagine, can be
    problematic. Instead when the server process exits the test client now
    only cancels any requests that may be in-flight which is what this code
    was trying to acheive in the first place.
    alcarney committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6d4b5b0 View commit details
    Browse the repository at this point in the history