-
Notifications
You must be signed in to change notification settings - Fork 24
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 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
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
-
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
Configuration menu - View commit details
-
Copy full SHA for eff74e1 - Browse repository at this point
Copy the full SHA eff74e1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9ff905c - Browse repository at this point
Copy the full SHA 9ff905cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42095ef - Browse repository at this point
Copy the full SHA 42095efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5091cb - Browse repository at this point
Copy the full SHA e5091cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7338d - Browse repository at this point
Copy the full SHA 5d7338dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0270c - Browse repository at this point
Copy the full SHA 8a0270cView commit details -
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
-
Configuration menu - View commit details
-
Copy full SHA for 2d41c6d - Browse repository at this point
Copy the full SHA 2d41c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d50b8f5 - Browse repository at this point
Copy the full SHA d50b8f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4fac02 - Browse repository at this point
Copy the full SHA a4fac02View commit details
Loading
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