linter, pylint
linter, pylint
Is there a way for it to use the system pylint instead of the one it installs?
-
- Posts: 2265
- Joined: 25.08.2021 18:15
Re: linter, pylint
It will be hard for Windows OS. System python is impossible to use there. for Unix-like it will need that user adds OS's python paths to sys.path in CudaText. also not simple.