- Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository:python-lsp/python-lsp-ruff
Uh oh!
There was an error while loading. Please reload this page.
base:v1.6.0
head repository:python-lsp/python-lsp-ruff
Uh oh!
There was an error while loading. Please reload this page.
compare:v2.0.0
- 12 commits
- 8 files changed
- 5 contributors
Commits on Nov 10, 2023
Remove python v3.7 testing from CI (#58)
* Remove python 3.7 testing and add 3.11 and 3.12 * Update action versions
mmcshane authoredNov 10, 2023 Configuration menu - View commit details
Copy full SHA for ce637ae - Browse repository at this point
Copy the full SHA ce637aeView commit details
Commits on Nov 25, 2023
- jhossbach authored
Nov 25, 2023 Configuration menu - View commit details
Copy full SHA for 9ba6e51 - Browse repository at this point
Copy the full SHA 9ba6e51View commit details 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 authoredNov 25, 2023 Configuration menu - View commit details
Copy full SHA for eff74e1 - Browse repository at this point
Copy the full SHA eff74e1View commit details Run
ruff formatwhen 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 authoredNov 25, 2023 Configuration menu - View commit details
Copy full SHA for 9ff905c - Browse repository at this point
Copy the full SHA 9ff905cView commit details Add support for ruff
extensionoption to enablejupyterlab-lsp(#59)felix-cw authoredNov 25, 2023 Configuration menu - View commit details
Copy full SHA for 42095ef - Browse repository at this point
Copy the full SHA 42095efView commit details Support setting target-version (#60)
jspricke authoredNov 25, 2023 Configuration menu - View commit details
Copy full SHA for e5091cb - Browse repository at this point
Copy the full SHA e5091cbView commit details Add setting for enabling/disabling Preview rules (#54)
magnuslarsen authoredNov 25, 2023 Configuration menu - View commit details
Copy full SHA for 5d7338d - Browse repository at this point
Copy the full SHA 5d7338dView commit details Add target version and preview to formatter (#64)
jhossbach authoredNov 25, 2023 Configuration menu - View commit details
Copy full SHA for 8a0270c - Browse repository at this point
Copy the full SHA 8a0270cView commit details add pattern matching to severities (#66)
jhossbach authoredNov 25, 2023 Configuration menu - View commit details
Copy full SHA for f810710 - Browse repository at this point
Copy the full SHA f810710View commit details
Commits on Nov 26, 2023
- jhossbach committed
Nov 26, 2023 Configuration menu - View commit details
Copy full SHA for 2d41c6d - Browse repository at this point
Copy the full SHA 2d41c6dView commit details Update required python version
jhossbach committedNov 26, 2023 Configuration menu - View commit details
Copy full SHA for d50b8f5 - Browse repository at this point
Copy the full SHA d50b8f5View commit details - jhossbach committed
Nov 26, 2023 Configuration menu - View commit details
Copy full SHA for a4fac02 - Browse repository at this point
Copy the full SHA a4fac02View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff v1.6.0...v2.0.0
Uh oh!
There was an error while loading. Please reload this page.