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: jumanjihouse/pre-commit-hook-yamlfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.2
Choose a base ref
...
head repository: jumanjihouse/pre-commit-hook-yamlfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.3
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    8bb90c5 View commit details
    Browse the repository at this point in the history
  2. constrain ruamel.yaml version for now

    From https://sourceforge.net/p/ruamel-yaml/code/ci/0.17.22/tree/CHANGES
    
    > plain scalars: put single words longer than width on a line of their own,
    > instead of after the previous line (issue 427, reported by Antoine Cotten).
    > Caveat: this currently results in a space ending the previous line.
    
    One of the side effects is that yamlfmt and yamllint become in conflict
    when using ruamel.yaml 0.17.22.
    
    Therefore constrain ruamel.yaml to be <= 0.17.21.
    
    Resolves #47
    
    Related: #49
    
    Maybe related: #48
    jumanjiman committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7c741e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from jumanjiman/ruamel_breaking_change

    Ruamel breaking change
    jumanjiman authored May 4, 2023
    Configuration menu
    Copy the full SHA
    8d1b9ca View commit details
    Browse the repository at this point in the history
Loading