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: 0.12.4
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: 0.12.5
Choose a head ref
  • 10 commits
  • 21 files changed
  • 3 contributors

Commits on Apr 30, 2024

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2)
    - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
    - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
    - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4f2ae7f View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump idna from 3.4 to 3.7 (#339)

    Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.4...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dab2da8 View commit details
    Browse the repository at this point in the history
  3. fix: linter errors caused by black

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3711b06 View commit details
    Browse the repository at this point in the history
  4. fix: CI workflow for macos (#342)

    * fix: CI workflow for macos
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: python version
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: use default python and remove linting job
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: update yaml
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6351f3d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (#344)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.3...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    059fab2 View commit details
    Browse the repository at this point in the history
  2. fix: don't add sign if the float is negative (#345)

    Fix #341
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored May 7, 2024
    Configuration menu
    Copy the full SHA
    bf01a25 View commit details
    Browse the repository at this point in the history
  3. chore: switch to ruff lint and format

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e5e09e9 View commit details
    Browse the repository at this point in the history
  4. fix: redundant minus sign added to negative integers when multiplie b…

    …y -1
    
    Fix #346
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed May 7, 2024
    Configuration menu
    Copy the full SHA
    990e325 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix: Construction of OutOfOrderTableProxy can cause newlines to be in…

    …serted (#347)
    
    Fixes #343
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored May 8, 2024
    Configuration menu
    Copy the full SHA
    c2611c5 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.12.5

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a96883b View commit details
    Browse the repository at this point in the history
Loading