Commit 2373aed
authored
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 #461 parent 6a2bf7f commit 2373aed
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments