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: v1.6.0
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.0.0
Choose a head ref
  • 12 commits
  • 8 files changed
  • 5 contributors

Commits on Nov 10, 2023

  1. Remove python v3.7 testing from CI (#58)

    * Remove python 3.7 testing and add 3.11 and 3.12
    
    * Update action versions
    mmcshane authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ce637ae View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Tighten cattrs dep (#63)

    jhossbach authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    9ba6e51 View commit details
    Browse the repository at this point in the history
  2. Update 'unsafe' code actions (#55) (#62)

    - Update unsafe code actions to contain `(unsafe)` at the end of the
       message
     - Prevent the `Fix All` code action from applying unsafe codeactions
     - Update the README to mention this behaviour
    jhossbach authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    eff74e1 View commit details
    Browse the repository at this point in the history
  3. Run ruff format when lsp formatting is invoked (#57)

    * Run `ruff format` when lsp formatting is invoked
    
    Adds the Subcommand enum to indicate which `ruff` subcommand should be
    executed by `run_ruff`. At this time, only `check` and `format` are
    supported. As different subcommands support different parameters,
    argument generation is delegated based on the specific subcommand value.
    
    The `ruff format` subcommand does not currently organize imports and
    there does not appear to be a way to convince it to do so. Until a
    unified command exists the approach taken here is to format and then
    make a second run of `ruff check` that _only_ performs import
    formatting.
    
    * Preserve compatibility with `format` settings
    
    Codes listed in this setting should be included in fixes performed as
    part of a formatting pass.
    
    * Make import sorting opt-in
    mmcshane authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    9ff905c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42095ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5091cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d7338d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a0270c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f810710 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Update README

    jhossbach committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    2d41c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d50b8f5 View commit details
    Browse the repository at this point in the history
  3. Bump version in pyproject

    jhossbach committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a4fac02 View commit details
    Browse the repository at this point in the history
Loading