Python Linting #4840
-
We want linting for python. We tried using skulpt(#1908). From below image output shows only 'a' is not defined but here 'b' is also not defined. Is there any other way for implementing python linting? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Following this page you can right your own ace worker which will do validation for python using your suggested library |
Beta Was this translation helpful? Give feedback.
Following this page you can right your own ace worker which will do validation for python using your suggested library
https://github.com/ajaxorg/ace/wiki/Syntax-validation