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: python-poetry/tomlkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e6e5d38
Choose a base ref
...
head repository: python-poetry/tomlkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 635831f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 12, 2024

  1. fix: register encoder's doc incorrectly mentions TypeError (#384)

    Since #358, custom encoders are expected to raise a ConvertError instead
    of a TypeError, but the docstring of register_encoder still mentions
    TypeError. Fix this to mention ConvertError instead.
    mathieu-lemay authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2777bed View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#380)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
    - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.7.3](astral-sh/ruff-pre-commit@v0.5.7...v0.7.3)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    635831f View commit details
    Browse the repository at this point in the history
Loading