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

Blacken #177

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Blacken #177

wants to merge 15 commits into from

Commits on May 10, 2023

  1. Blacken

    njsmith committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7a9bf5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35c82c3 View commit details
    Browse the repository at this point in the history
  3. Work around spurious pylint error

    trio.MultiError is deprecated, and for technical reasons involving how
    the deprecation is implemented, this means pylint can't see it and
    thinks it doesn't exist. It does exist.
    njsmith committed May 10, 2023
    Configuration menu
    Copy the full SHA
    65ef376 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    e9e821c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2970fb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae69a91 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    e18e907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    903dfc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d64908b View commit details
    Browse the repository at this point in the history
  4. Fix broken merge commit

    CoolCat467 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e7dd16b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fca059 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    86d292f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e09cd View commit details
    Browse the repository at this point in the history
  3. Re-run black tests

    CoolCat467 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6f6da21 View commit details
    Browse the repository at this point in the history
  4. Re-run full black again

    `black trio_websocket/ tests/ autobahn/ examples/`
    CoolCat467 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e43a087 View commit details
    Browse the repository at this point in the history