Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prettytable/prettytable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.1
Choose a base ref
...
head repository: prettytable/prettytable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.0
Choose a head ref
  • 19 commits
  • 14 files changed
  • 3 contributors

Commits on Oct 3, 2022

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

    updates:
    - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.2](asottile/pyupgrade@v2.37.3...v2.38.2)
    - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
    pre-commit-ci[bot] authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5b18c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dba696 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    bcb678a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ebd2e7 View commit details
    Browse the repository at this point in the history
  3. Added args to isort

    As per #203
    phershbe authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6fdeefe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b8b3eb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update src/prettytable/prettytable.py

    Remove _typeshed reference as we don't have access to it and we can use typing.Any instead.
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    phershbe and hugovk authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    22f780d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    977879e View commit details
    Browse the repository at this point in the history
  3. Update src/prettytable/colortable.py

    Removed Callable, ClassVar, and Incomplete since they aren't used in the file.
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    phershbe and hugovk authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9a1f368 View commit details
    Browse the repository at this point in the history
  4. Update src/prettytable/prettytable.py

    Changed Incomplete to Any since we don't have access to the _typeshed module.
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    phershbe and hugovk authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    82b8917 View commit details
    Browse the repository at this point in the history
  5. Removed import of List

    Removed import of "List" from "typing" since we now have access to "list" from the "from __future__ import annotations" line
    phershbe authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    11f0435 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    409be53 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    d230f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb68dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff98d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fabac93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c73b7e3 View commit details
    Browse the repository at this point in the history
Loading