I just started with a clean & fresh Atom configuration and installed ide-python. I am failing to disable pycodestyle. No matter what I do, I get warnings from it in both the source code and the linter panel.
Intended behavior: Enabling ide-python with flake8, PyFlakes and pycodestyle explicitly disabled - no warnings from pycodestyle.
Actual behavior: Enabling ide-python, disabling all Python language server plugins - still warnings from pycodestyle.
"Workaround": Disabling ide-python altogether.
- atom: 1.58.0
- ide-python: 1.9.5
- os: Linux x86_64
I just started with a clean & fresh Atom configuration and installed
ide-python. I am failing to disablepycodestyle. No matter what I do, I get warnings from it in both the source code and the linter panel.Intended behavior: Enabling
ide-pythonwithflake8,PyFlakesandpycodestyleexplicitly disabled - no warnings frompycodestyle.Actual behavior: Enabling
ide-python, disabling all Python language server plugins - still warnings frompycodestyle."Workaround": Disabling
ide-pythonaltogether.