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

Commits on Oct 18, 2023

  1. Remove flake8 from auto-disable dict

    flake8 plugin is disabled by default. If it's been enabled in the pylsp configuration then it's not possible for another plugin to disable it. The other four plugins (pycodestyle, pyflakes, mccabe, pyls_isort) are all enabled by default so the ruff plugin can disable them, provided they're not explicitly enabled in the configuration. Closes#46
    @projectgus
    projectgus authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2373aedView commit details
    Browse the repository at this point in the history
  2. restrict ruff to <0.1.0

    @jhossbach
    jhossbach committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    34bd4d7View commit details
    Browse the repository at this point in the history
  3. bump to v1.5.3

    @jhossbach
    jhossbach committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    6a9a2ffView commit details
    Browse the repository at this point in the history
  4. Merge pull request#50from python-lsp/ruff_minor_v_change_fixup

    Ruff minor v change fixup
    @jhossbach
    jhossbach authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b71fcd3View commit details
    Browse the repository at this point in the history
Loading