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: b71fcd3
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: be27747
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 20, 2023

  1. Add ruff 0.1.0 capabilities.

    Does the following:
     - Updates the pyproject.toml file to only support ruff>=0.1.0
     - Add the `--unsafe-fixes` option to the LSP config
    
    Co-authored-by: Julian Hoßbach <julian.hossbach@gmx.de>
    kstrauser and jhossbach committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b183eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5f874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    438d8fd View commit details
    Browse the repository at this point in the history
  4. bump to v1.6.0

    jhossbach committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3f17ceb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #52 from python-lsp/pr_v160

    Support new ruff version, fix wrong call to ruff through PATH
    jhossbach authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    be27747 View commit details
    Browse the repository at this point in the history
Loading