Python Linting #4840
Answered
by
andrewnester
krishnagogada
asked this question in
Q&A
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? |
Answered by
andrewnester
Jul 13, 2022
Replies: 1 comment
|
Following this page you can right your own ace worker which will do validation for python using your suggested library |
0 replies
Answer selected by
andrewnester
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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