Skip to content
Snippets Groups Projects
  • Angus Gratton's avatar
    2373aed4
    Remove flake8 from auto-disable dict · 2373aed4
    Angus Gratton authored
    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
    Remove flake8 from auto-disable dict
    Angus Gratton authored
    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