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-lsp/python-lsp-ruff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: python-lsp/python-lsp-ruff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 19, 2024

  1. Update example config

    rename erronous `path` option to `config`
    jhossbach authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2dd4568 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Allow ruff 0.2.x; disable default enabled formatters (#80)

    * Allow ruff 3.x; disable default enabled formatters
    
    * bump minimum version to 0.2.0
    
    Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
    
    * remove isort from disable list
    
    ---------
    
    Co-authored-by: Magnus Larsen <mlar@novozymes.com>
    Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
    3 people authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f9824d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    856e05e View commit details
    Browse the repository at this point in the history
  3. Bump lsprotocol version

    jhossbach committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9bf2a53 View commit details
    Browse the repository at this point in the history
  4. Bump to v2.1.0

    jhossbach committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    335c288 View commit details
    Browse the repository at this point in the history
Loading